mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
libgpg-error: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: c43a93c9d6c1e70c765afb6e2af0a2c52f35935e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
|
||||
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gettext"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
||||
@@ -23,4 +22,4 @@ SRC_URI[sha256sum] = "54d9326bfbd46c705963c507953f65a40576d04b374e131008dc5b732f
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/*"
|
||||
|
||||
inherit autotools binconfig pkgconfig
|
||||
inherit autotools binconfig pkgconfig gettext
|
||||
|
||||
Reference in New Issue
Block a user