]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgpg-error: inherit gettext class instead of adding gettext to DEPENDS directly
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 04:08:09 +0000 (21:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:40:50 +0000 (13:40 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/libgpg-error/libgpg-error_1.9.bb

index 479a11fb6f8386f5170648ec7b95b1a2048d4c55..560340bfc8a81cc61eaf4ef12070341fe7f6a8aa 100644 (file)
@@ -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