[oe-commits] =?UTF-8?Q?Andr=C3=A9=20Draszik=20?=: opkg: read config file from ${sysconfdir} instead of /etc

git at git.openembedded.org git at git.openembedded.org
Wed Jul 29 23:29:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 78a4eb5567a078a87ee21bd6b9a1c5eef9cc285f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=78a4eb5567a078a87ee21bd6b9a1c5eef9cc285f

Author: André Draszik <git at andred.net>
Date:   Fri Jul 24 13:48:45 2015 +0100

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 <ross.burton at intel.com>

---

 meta/recipes-devtools/opkg/opkg_0.2.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
index ec0f923..56df920 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} \
 "
 



More information about the Openembedded-commits mailing list