diff options
author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2019-09-30 15:02:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-02 10:09:48 +0100 |
commit | b0f54181fabbc8f25dd80c44d8d3ea8ed215f4b4 (patch) | |
tree | 059ef797488f31cdddc2e4afa096144b1edcd96c /meta/recipes-devtools | |
parent | afc8407398ad7cea4fbd46e2cb3b1f97e3d51c67 (diff) | |
download | poky-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/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.1.bb | 2 |
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" | |||
37 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" | 37 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" |
38 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | 38 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" |
39 | PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" | 39 | PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" |
40 | PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder" | ||
41 | PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" | 40 | PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" |
42 | 41 | ||
42 | EXTRA_OECONF += " --disable-pathfinder" | ||
43 | EXTRA_OECONF_class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" | 43 | EXTRA_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. |