mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
dac59629e9
commit
c066a6ff83
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user