mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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[openct] = "--enable-openct,--disable-openct,openct"
|
||||||
PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib"
|
PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib"
|
||||||
|
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
|
||||||
RDEPENDS:${PN} = "readline"
|
|
||||||
|
|
||||||
FILES:${PN} += "\
|
FILES:${PN} += "\
|
||||||
${libdir}/opensc-pkcs11.so \
|
${libdir}/opensc-pkcs11.so \
|
||||||
|
|||||||
Reference in New Issue
Block a user