mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-17 02:49:02 +02:00
libksba: drop -unknown suffix from version number
Include drop-unknown-suffix.inc to remove unknown suffix from version in pc file. Befor the fix: $ cat /usr/lib/pkgconfig/ksba.pc [snip] Name: ksba Description: X.509 and CMS support library Requires: gpg-error Version: 1.6.7-unknown Cflags: -I${includedir} [snip] After the fix: $ cat /usr/lib/pkgconfig/ksba.pc [snip] Name: ksba Description: X.509 and CMS support library Requires: gpg-error Version: 1.6.7 Cflags: -I${includedir} [snip] (From OE-Core rev: e4a81e02f0d6c7d2738fee2dee9e3aaf920ae0b2) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
cd6104d347
commit
f551a5e368
|
@ -20,6 +20,8 @@ BINCONFIG = "${bindir}/ksba-config"
|
|||
|
||||
inherit autotools binconfig-disabled pkgconfig texinfo
|
||||
|
||||
require recipes-support/gnupg/drop-unknown-suffix.inc
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
|
||||
SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://ksba-add-pkgconfig-support.patch"
|
||||
|
|
Loading…
Reference in New Issue
Block a user