]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: read config file from ${sysconfdir} instead of /etc
authorAndré Draszik <git@andred.net>
Fri, 24 Jul 2015 12:48:45 +0000 (13:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 09:31:00 +0000 (10:31 +0100)
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

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/opkg/opkg_0.2.4.bb

index ec0f923de2199793daa0ba456ed7484e13aaceb4..56df9202b1dad025835383f34d3ade739a63c7d9 100644 (file)
@@ -38,6 +38,7 @@ PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256"
 PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder"
 
 EXTRA_OECONF = "\
+  --with-opkgetcdir=${sysconfdir} \
   --with-opkglibdir=${OPKGLIBDIR} \
 "