diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-21 15:34:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:47:06 -0700 |
commit | f70274aa2b1b7303a9cf7e66b05b0972d30002be (patch) | |
tree | 67d5d285d0453451de798c96cfaf0ccd8d52e517 /meta-oe/recipes-support | |
parent | c066a6ff83cf0170a3d8770024ad45ff1c1eaec9 (diff) | |
download | meta-openembedded-f70274aa2b1b7303a9cf7e66b05b0972d30002be.tar.gz |
opensc: Drop virtual/libiconv from DEPENDS
According to
https://github.com/OpenSC/OpenSC/blob/0.25.1/NEWS#L1124-L1125
since version 0.12.0 the iconv dependency has been removed.
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 | 2 |
1 files changed, 1 insertions, 1 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 17dc62e199..40a8dc320e 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | |||
14 | #v0.21.0 | 14 | #v0.21.0 |
15 | SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" | 15 | SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" |
16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" | 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" |
17 | DEPENDS = "virtual/libiconv openssl" | 17 | DEPENDS = "openssl" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | inherit autotools pkgconfig bash-completion | 20 | inherit autotools pkgconfig bash-completion |