summaryrefslogtreecommitdiffstats
path: root/package/opkg
Commit message (Collapse)AuthorAgeFilesLines
* package/libgpg-error: bump to version 1.23Jörg Krause2016-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is based on a patch sent by Vicente Olivert Riera and commented by Arnout Vandecappelle [1]. - Bump version to 1.23 - Add a hook to fix cross-compilation - Fix license and license files - Remove patch applied upstream - Add a BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS variable - Propagate the dependencies using that variable: * package/cppcms * package/crda * package/gnupg2 - package/gcr - package/midori * package/kodi * package/libaacs * package/libassuan * package/libgcrypt * package/libgpgme * package/libksba * package/libmicrohttpd - package/janus-gateway - package/kodi - package/ola - package/systemd * package/libssh * package/libssh2 - package/php-ssh2 * package/netatalk * package/network-manager * package/ntfs-3g * package/opkg * package/php-gnupg * package/rng-tools * package/strongswan * package/vpnc [1] http://patchwork.ozlabs.org/patch/416427/ Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> [Thomas: - rebase on master - changing systemd no longer needed, as it no longer selects libgcrypt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Maxime: - rebase on master - bump to new version - propagate dependencies to missing packages] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: - fix hash file. - change the way to handle the various arch so that it works properly for uClibc. - add nios2 arch support. - Maxime Hadjinlian learned some basic Emacs-fu to do the final fixups of this commit.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: add missing dependency on libarchiveThomas De Schampheleire2016-04-301-1/+1
| | | | | | | | opkg requires libarchive. This was expressed in the Config.in file with a select, but not in the .mk file. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opkg: bump version to v0.3.1 to fix musl buildBernd Kuhls2016-01-311-1/+1
| | | | | | | | | | | | Upstream included a fix for musl in the current release: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=f9a2febe724a514a89046c8cd92c2342e4383846 Fixes http://autobuild.buildroot.net/results/7e0/7e02c7d81bb83fef22554590521b848acd4fc38c/ http://autobuild.buildroot.net/results/4e0/4e01abdc8cace71802e527273b47dcc49c9bd4ce/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opkg: gpg support needs libgpg-errorPeter Korsgaard2015-06-062-2/+5
| | | | | | | Fixes: http://autobuild.buildroot.net/results/1ec/1ec6990354016a740a8f54e07066e5fa4e732ab0/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opkg: remove opkg-build scriptVanya Sergeev2015-06-061-127/+0
| | | | | | | | | | This package building script is several years old and unused by buildroot. opkg users looking for a current version of this script should visit the opkg-utils repository at http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/, where this script is maintained and versioned. Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: bump to version 0.3.0Vanya Sergeev2015-06-064-71/+7
| | | | | | | | | | | | | | | | | | Remove "Disable tests and manpages" patch because opkg no longer builds C tests into libopkg as of commit ef8ae066cfa898b6366198e429cbeb4c94c92939. Remove "Fix libtool issue with recent libtool" patch because the patch comments indicate that it is no longer required with opkg version 0.3.0. Select libarchive package dependency, as opkg requires it as of release opkg-0.3.0-rc0 (see the opkg NEWS file). [Thomas: add missing wchar dependency inherited from libarchive.] Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: bump to 0.2.4 and fix build failureThomas Petazzoni2014-12-223-6/+52
| | | | | | | | | | | | This commit bumps opkg to 0.2.4, and adds a new patch to fix a build failure apparently caused by the recent bump of the libtool version: http://autobuild.buildroot.org/results/5fc/5fc9fa24563213d1ad77e55ab52c8e59bf21055f/ It also refreshes the existing patch, turns it into a Git formatted patch, and fixes a typo in its title. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opkg: disable tests and manpagesYann E. MORIN2014-12-131-0/+24
| | | | | | | | | | | | | | | | | | | | | | Changeset f1d3e09 (Build shared libraries only as the default) broke the opkg package. opkg wants to link its testsuite statically with the internal libopkg. But in a shared-only build, there is no static library. Since for Buildroot we do not care about tests, just disable them. Fixes numerous build failures; http://autobuild.buildroot.net/results/ddf/ddf4b38c1df73b00b76be71db3f1eb8b1d932c55/ http://autobuild.buildroot.net/results/c1c/c1c9a21b6583c9ef3ddd32681bb13cf91a218e8c/ http://autobuild.buildroot.net/results/284/284bf7d6f9cebf8633143ca1ce15154de941805f/ ... Disable manpages at the same time. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-3/+3
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: bump to version 0.2.2 and update upstream urlIvan Sergeev2014-06-291-3/+3
| | | | | Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opkg: bumping version to 0.2.0Carsten Schoenert2013-10-271-5/+7
| | | | | | | | | | | | | | opkg has released a new version v0.2.0. The opkg community is also on the way to switching completely from subversion to git. The current git repository is placed on Bitbucket and will probably move once again if there will be find a new home for the project. https://bitbucket.org/opkg/opkg The new version 0.2.0 is almost a bugfixing release with a lot of small changes. This patch is adding the license info too. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
* libassuan: needs mmuGustavo Zacarias2013-10-091-0/+1
| | | | | | | Also opkg needs mmu even without gpg verification so mark as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: remove the default value of the $(PKG)_SOURCE variableJerzy Grzegorek2013-10-061-1/+0
| | | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com) Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opkg: Add gnupg signature checking support.Philipp Claves2013-07-312-1/+19
| | | | | | | | [Thomas: add ac_cv_path_GPGME_CONFIG in the configure environment to help opkg find libgpgme.] Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* opkg: fix configure step by adding host-pkgconf dependencyThomas Petazzoni2013-01-151-0/+2
| | | | | | | | | | | | | The opkg configure.ac uses the PKG_CHECK_MODULES() m4 macro, which is provided by the .m4 files installed by host-pkgconf, so we must have this package as a dependency. Fixes: http://autobuild.buildroot.org/results/069fcab6e7dd5a1f07251ba6f52f65643a2f7594/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* opkg: bump version to svn r635Jonathan Liu2012-08-121-2/+4
| | | | | | | | It is recommended to use the most recent revision from subversion as it contains various fixes. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add package 'opkg'Thomas De Schampheleire2012-05-183-0/+160
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud