diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-21 15:34:13 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:47:06 -0700 |
commit | c066a6ff83cf0170a3d8770024ad45ff1c1eaec9 (patch) | |
tree | 02e148f35441669f638a9f20e266e51974ca3d31 /meta-oe/recipes-support | |
parent | dac59629e9c44e075cce813c21bdde48516d4153 (diff) | |
download | meta-openembedded-c066a6ff83cf0170a3d8770024ad45ff1c1eaec9.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.25.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb index 145bbfe254..17dc62e199 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb | |||
@@ -31,8 +31,7 @@ PACKAGECONFIG ??= "pcsc" | |||
31 | 31 | ||
32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" | 32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" |
33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" | 33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" |
34 | 34 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | |
35 | RDEPENDS:${PN} = "readline" | ||
36 | 35 | ||
37 | FILES:${PN} += "\ | 36 | FILES:${PN} += "\ |
38 | ${libdir}/opensc-pkcs11.so \ | 37 | ${libdir}/opensc-pkcs11.so \ |