Commit Graph

206 Commits

Author SHA1 Message Date
Fabrice Fontaine 87cf217806 treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit 5afe5c9031)
2024-03-19 13:28:12 +01:00
Rosen Penev 736996ecbb Revert "gcc: update 11 minor version"
This reverts commit 4db8466a14.

branch 22.03 has GCC 11.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-06 12:40:49 -07:00
Christian Marangi 5651f6a3ee gcc: update 11 minor version
- Update 11 minor version to match the upstream
- Rename patches dir to reflect new gcc 11 minor version
- Drop upstream patch

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 4db8466a14)
2022-06-26 19:43:02 -07:00
W. Michael Petullo d713c4b4d3 gcc: depend on libzstd
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit 8e0bc54fcd)
2022-06-26 19:43:02 -07:00
W. Michael Petullo e32d33a2a2 gcc: update to allow compiling different versions
This is based on the toolchain GCC, and aims to share as much of its
Makefile and patches with that definition. The package requires two
additional patches:

(1) 003-dont-choke-when-building-32bit-on-64bit.patch, which fixes the
`error: size of array 'test_real_width' is negative` error that occurs
when building a 32-bit GCC on a 64-bit host. (Search the Internet for
examples of this error appearing.)

(2) 980-add-nostdinc++.patch, which backports a fix from 11.3.0 (11.2.0
only).

Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit ceaa6e840e)
2022-06-26 19:43:02 -07:00
W. Michael Petullo 90e5bfd4f6 gcc: change maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit abbe33b369)
2022-06-26 19:42:08 -07:00
Niels Widger d48a82d6f6 delve: Update to 1.8.2
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
2022-03-10 10:50:46 -05:00
Sergey V. Lobanov 75c25bef6d lpc21isp: fix build on macos
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>
2022-01-18 18:03:44 -08:00
Rosen Penev 06d5252474 diffutils: update to 3.8
Fixes compilation with newer glibc.

Ported gnulib patch from m4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-17 21:12:20 -08:00
Tianling Shen f639052800 statik: add new packages
This is required by cloudreve.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-20 13:05:28 -07:00
Jan Pavlinec 4a02b71723 gitlab-runner: update to version 14.3.2
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-10-10 22:21:54 +03:00
Eneas U de Queiroz 1f91016ac3 gcc: enable parallel building
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>
2021-10-08 09:50:29 -07:00
Niels Widger bf40d06f3d delve: Update to 1.7.2
See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
2021-09-28 07:17:08 +03:00
Rosen Penev 00a0d249dc m4: update to 1.4.19
Remove upstream backport.

Add patch fixing compilation with powerpc and musl.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 02:14:57 -07:00
Rosen Penev 0a144bbef1 pkgconf: update to 1.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:16:23 -07:00
Rosen Penev 4e740b25fe ninja: remove
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>
2021-09-19 01:06:33 -07:00
Rosen Penev 468572af01 meson: remove
This is in base now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:54 -07:00
Rosen Penev 5ccd4d1c25 treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:52 -07:00
Ren Zongjia 72f3dfcb0e autoconf: fix shebang
Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.

resolve openwrt/packages#16604

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-09-12 10:57:29 -07:00
Niels Widger 3583fd1c2e delve: Update to 1.7.1
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>
2021-08-23 08:38:26 -04:00
Rosen Penev 5ad6bb0a01
Merge pull request #16078 from ja-pa/fix-email
treewide: change email address in PKG_MAINTAINER
2021-07-29 12:37:06 -07:00
Jan Pavlinec 3ee2a087a3
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Rosen Penev dd51f58b14 gitlab-runner: update to 14.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:51:16 -07:00
Niels Widger 098d61ca12 delve: Update to 1.7.0
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>
2021-07-19 08:35:46 -04:00
Niels Widger c7d4c5372b delve: add package
Signed-off-by: Niels Widger <niels@qacafe.com>
2021-06-24 07:35:58 -04:00
Rosen Penev 0f790bb09d meson: use ninja from tools
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-21 01:17:46 -07:00
Rosen Penev a1f8300492 ninja: remove host build.
There's tools/ninja now, with jobserver support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-21 01:16:54 -07:00
Rosen Penev f08eb8552c ninja: remove ninja-cmake.mk
Useless now that stock cmake.mk uses ninja.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:09 -07:00
Jan Pavlinec cbb572534c
gitlab-runner: update to version 13.12.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-25 10:20:06 +02:00
Jan Pavlinec 2acbb04c77
gitlab-runner: update to version 13.11.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-26 12:13:47 +02:00
Rosen Penev 1c6dea43a4 meson: update to 0.57.2
Remove upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-12 22:32:20 -07:00
Rosen Penev 42baf1bac5 meson: fix compilation with at least spice
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>
2021-04-05 15:31:59 -07:00
Rosen Penev 3ad92293da ninja: add custom target support for ninja-cmake
Allows fixing compilation with at least mariadb.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Jan Pavlinec d7e2b608e6 gitlab-runner: update to version 13.10.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-22 11:50:56 -07:00
Rosen Penev 2e3d35b608 pkgconf: update to 1.7.4
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-22 11:45:58 -07:00
Rosen Penev d901577ffc Revert "meson: reconfigure on incremental builds"
This reverts commit f1c40e3840.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-22 11:45:58 -07:00
Andre Heider f1c40e3840 meson: reconfigure on incremental builds
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>
2021-03-17 10:16:28 +01:00
Andre Heider a7865a4af4 meson: fix host cpu setting
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>
2021-03-17 10:16:28 +01:00
Andre Heider 97689327ca meson: update to 0.57.1
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>
2021-03-17 10:16:28 +01:00
Paul Spooren 8296d84f18 asu: remove ASU server from packages
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>
2021-03-14 12:15:16 -10:00
Rosen Penev 3ab59845a7
Merge pull request #15008 from plntyk/gcc_add_cc_symlink
gcc: add cc symlink
2021-03-12 12:54:40 -08:00
Rosen Penev e230950212 ninja: fix cmake host install
Passing DESTDIR is not needed with cmake packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 00:55:33 -08:00
Rosen Penev 196f1d036a
Merge pull request #15017 from neheb/me
meson: update to 0.56.2
2021-03-08 23:59:36 -08:00
Rosen Penev f54cd876c9
Merge pull request #14521 from neheb/gitl
gitlab-runner: update to 13.9.0
2021-03-06 13:57:20 -08:00
Rosen Penev 001422367e 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>
2021-03-06 13:54:03 -08:00
Dirk Neukirchen 55cb4d1aee gcc: add cc symlink
fixes #14755

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-05 06:43:00 +01:00
Rosen Penev 1329b9fe2e
gitlab-runner: update to 13.9.0
Remove no MIPS depends as it supports MIPS now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 22:26:15 -08:00
Michael Heimpold 8aa07a1f8f
Merge pull request #14813 from mhei/lttng-tools-iconv-fix
lttng-tools: fix linking with full language support enabled
2021-02-21 10:16:44 +01:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Michael Heimpold ce4701cc92 lttng-tools: fix linking with full language support enabled
This fixes fallout after d18692c.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-20 22:44:34 +01:00