From: André Draszik Date: Fri, 24 Jul 2015 12:48:45 +0000 (+0100) Subject: opkg: read config file from ${sysconfdir} instead of /etc X-Git-Tag: 2015-10~1062 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d32f7f86b5d2b48222bdaada2697cd5e23cfe1c9;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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" PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder" EXTRA_OECONF = "\ + --with-opkgetcdir=${sysconfdir} \ --with-opkglibdir=${OPKGLIBDIR} \ "