mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-04 20:54:45 +02:00
libgpg-error:: drop -unknown suffix from version number
Include drop-unknown-suffix.inc to remove unknown suffix in runtime version. Befor the fix: $ gpg-error --version gpg-error (libgpg-error) 1.55-unknown After the fix: $ gpg-error --version gpg-error (libgpg-error) 1.55 (From OE-Core rev: 8477ce3bbd1abf6d7c88ea33696503b5454e5d93) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7e3e3feb5a
commit
5396fc04ae
|
@ -25,6 +25,8 @@ BINCONFIG = "${bindir}/gpg-error-config"
|
|||
|
||||
inherit autotools binconfig-disabled pkgconfig gettext multilib_header multilib_script ptest
|
||||
|
||||
require recipes-support/gnupg/drop-unknown-suffix.inc
|
||||
|
||||
RDEPENDS:${PN}-ptest:append = " make bash"
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/gpgrt-config"
|
||||
|
|
Loading…
Reference in New Issue
Block a user