mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
opensc: Add 'readline' PACKAGECONFIG option
This helps us to also get rid of associated RDEPENDS declaration which implicitly pulled readline to rootfs, even configure resolved readline as not enabled. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,8 +31,7 @@ PACKAGECONFIG ??= "pcsc"
|
||||
|
||||
PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct"
|
||||
PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib"
|
||||
|
||||
RDEPENDS:${PN} = "readline"
|
||||
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
|
||||
|
||||
FILES:${PN} += "\
|
||||
${libdir}/opensc-pkcs11.so \
|
||||
|
||||
Reference in New Issue
Block a user