summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:08:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 13:40:50 +0100
commitc43a93c9d6c1e70c765afb6e2af0a2c52f35935e (patch)
treee6efe054272c9a7269ad0a233aef2c0c4b7fedcb /meta/recipes-support/libgpg-error
parent6a6cc8b86edc66fa8d53cbae945214a51eeff02f (diff)
downloadopenembedded-core-contrib-c43a93c9d6c1e70c765afb6e2af0a2c52f35935e.tar.gz
libgpg-error: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/libgpg-error')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.9.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
index 479a11fb6f..560340bfc8 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb
@@ -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