mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fac23dfd45
commit
65dfd5efd5
@@ -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} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user