From 65dfd5efd5590da2548aef4770389e54e1730293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= Date: Fri, 24 Jul 2015 13:48:45 +0100 Subject: 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) (From OE-Core rev: dcda6e1e7b95f13dc4a9bb136e6a31c46c76ea9e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg_0.2.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb index 254ecfc..b7107f0 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} \ " -- cgit v1.1