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:31:00 +0100 |
commit | d32f7f86b5d2b48222bdaada2697cd5e23cfe1c9 (patch) | |
tree | 1d38ae021cd39ddf30c3a711cff96dcc52f49f73 /meta | |
parent | 3bf20e3a67099f54a20c6534fea5db169c63dbec (diff) | |
download | openembedded-core-contrib-d32f7f86b5d2b48222bdaada2697cd5e23cfe1c9.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
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 ec0f923de21..56df9202b1d 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} \ " |