diff options
author | André Draszik <git@andred.net> | 2015-07-24 13:48:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 10:32:37 +0100 |
commit | 6b4cfaafa7cca498270e6e7a6688bcd3d81dbdd4 (patch) | |
tree | 70235d3336e8879eb24d23b9bcdcf861f9263bd7 /meta/recipes-devtools | |
parent | 890f24a7f254774929712eeb3c53a6a2430f7edb (diff) | |
download | poky-6b4cfaafa7cca498270e6e7a6688bcd3d81dbdd4.tar.gz |
opkg: read config file from ${sysconfdir} instead of /etc
Opkg's configure script doesn't use the value from --sysconfdir to determine
the location of the conf file, it uses the value from --with-opkgetcdir
(From OE-Core rev: d32f7f86b5d2b48222bdaada2697cd5e23cfe1c9)
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.2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb index ec0f923de2..56df9202b1 100644 --- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb +++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb | |||
@@ -38,6 +38,7 @@ PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" | |||
38 | PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder" | 38 | PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder" |
39 | 39 | ||
40 | EXTRA_OECONF = "\ | 40 | EXTRA_OECONF = "\ |
41 | --with-opkgetcdir=${sysconfdir} \ | ||
41 | --with-opkglibdir=${OPKGLIBDIR} \ | 42 | --with-opkglibdir=${OPKGLIBDIR} \ |
42 | " | 43 | " |
43 | 44 | ||