diff options
| author | André Draszik <git@andred.net> | 2015-07-24 13:48:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 16:37:04 -0700 |
| commit | dcda6e1e7b95f13dc4a9bb136e6a31c46c76ea9e (patch) | |
| tree | cb0b475117c1fe070b8fa1b68f2e2f1937d4c7b2 | |
| parent | 7f76d444286cf39c58308dde2fb9eed0fee78895 (diff) | |
| download | openembedded-core-dcda6e1e7b95f13dc4a9bb136e6a31c46c76ea9e.tar.gz openembedded-core-dcda6e1e7b95f13dc4a9bb136e6a31c46c76ea9e.tar.bz2 openembedded-core-dcda6e1e7b95f13dc4a9bb136e6a31c46c76ea9e.zip | |
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)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 254ecfcaa2..b7107f0a66 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} \ " |
