summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-09-30 15:02:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-02 10:09:48 +0100
commitb0f54181fabbc8f25dd80c44d8d3ea8ed215f4b4 (patch)
tree059ef797488f31cdddc2e4afa096144b1edcd96c /meta
parentafc8407398ad7cea4fbd46e2cb3b1f97e3d51c67 (diff)
downloadpoky-b0f54181fabbc8f25dd80c44d8d3ea8ed215f4b4.tar.gz
opkg: remove pathfinder PACKAGECONFIG option
pathfinder has no recipe and its last update was in 2013 (see http://freshmeat.sourceforge.net/projects/pathfinder), so it should be removed from the list of PACKAGECONFIG options for opkg. --disable-pathfinder is added to EXTRA_OECONF for good measure. (From OE-Core rev: 49c4febcbf66587b01559d208873ca1d563ed3e0) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
index 6270862899..10c262801f 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
@@ -37,9 +37,9 @@ PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
37PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" 37PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
38PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" 38PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
39PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" 39PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256"
40PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder"
41PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" 40PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv"
42 41
42EXTRA_OECONF += " --disable-pathfinder"
43EXTRA_OECONF_class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" 43EXTRA_OECONF_class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}"
44 44
45# Release tarball has unused binaries on the tests folder, automatically created by automake. 45# Release tarball has unused binaries on the tests folder, automatically created by automake.