| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
|
|
|
| |
Amend the patch that disabled tests and docs to remove everything but
the src dir that builds the main flex program--the only file packaged.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This was previously used by cloudreve, but now deprecated.
Package `embed` has been built-in since Go 1.16, so this one is
pointless anyway.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This change aims to fix build problems that produce the error "gettext
infrastructure mismatch".
References:
- See the commit comments at:
https://github.com/openwrt/packages/commit/baaf7f95cb5259724e28158510d9bcd152d4f693
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
| |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|
|
|
|
|
|
| |
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
|
|
|
|
|
|
|
|
|
| |
lpc21isp Makefile detects Darwin and defines __APPLE__ that is not
required for cross-compile build for OpenWrt
This patch sets OSTYPE="Linux" due to OpenWrt is always Linux
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
|
|
|
|
|
|
|
|
| |
Fixes compilation with newer glibc.
Ported gnulib patch from m4.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
This is required by cloudreve.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Even though PKG_BUILD_PARALLEL is set for the package, the package calls
$(MAKE) without $(PKG_JOBS), so it was always built with only one job.
Fix this by adding $(PKG_JOBS) to the $(MAKE) call, and calling make
install only after make all is finished.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
| |
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
|
|
|
|
|
|
|
|
|
|
| |
Remove upstream backport.
Add patch fixing compilation with powerpc and musl.
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
| |
There's no point to this package. Ninja files are typically generated by
meson or CMake, none of which are available as packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
This is in base now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.
resolve openwrt/packages#16604
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
|
|
|
|
|
|
|
|
| |
See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#171-2021-08-18
for changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
|
|\
| |
| | |
treewide: change email address in PKG_MAINTAINER
|
| |
| |
| |
| |
| |
| | |
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
|
|
| |
See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#170-2021-07-19
for changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
|
|
|
|
| |
Signed-off-by: Niels Widger <niels@qacafe.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
There's tools/ninja now, with jobserver support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Useless now that stock cmake.mk uses ninja.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
|
|
| |
Remove upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
This commit should also get rid of pointless option warnings.
Also removed an extra ) that was causing a bad cpu value.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Allows fixing compilation with at least mariadb.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
|
|
| |
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
This reverts commit f1c40e3840f6f51b3cf6a74331bd128eeb8b3961.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
| |
When toggling a package specific config knob, we need to pass --reconfigure
to the meson setup command if an earlier build already exists.
Fixes #15032.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|
|
|
|
|
|
|
|
| |
CONFIG_TARGET_SUBTARGET is bogus for this, it can contain values such as
'nand' or 'tiny', use the real cpu type instead.
Fixes #14662.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
v0.57 is the first version that requires at least python 3.6.
Since commit 7379f8bd on the main repository we can now rely on this
prerequisite.
Switch to AUTORELEASE while at it.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|
|
|
|
|
|
|
| |
This package wasn't updated since forever, I'll pack it in a container
for easier installation but don't want to maintain it as an OpenWrt
package.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|\
| |
| | |
gcc: add cc symlink
|
| |
| |
| |
| |
| |
| | |
fixes #14755
Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
|
| |
| |
| |
| |
| |
| | |
Passing DESTDIR is not needed with cmake packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
meson: update to 0.56.2
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is the last version supporting Python 3.5, which is still in wide
use. Going forward, python3/host would need to be used. Not sure if
worth it.
Remove paths section as it's deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
gitlab-runner: update to 13.9.0
|
| |
| |
| |
| |
| |
| | |
Remove no MIPS depends as it supports MIPS now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
lttng-tools: fix linking with full language support enabled
|
| |/
| |
| |
| |
| |
| | |
This fixes fallout after d18692c.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|/
|
|
|
|
|
|
|
| |
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|