aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 19:35:43 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-31 19:36:46 -0700
commit90a6ce7d6def19cdd72b7f6f5d98f175d4723839 (patch)
tree5ea98fbc073c6f4dd91d974b1ea7a31f74111e18 /meta-oe
parent740a50cb308f186123a9f916330bf10daa22faa5 (diff)
downloadmeta-openembedded-contrib-90a6ce7d6def19cdd72b7f6f5d98f175d4723839.tar.gz
libgpg-error_1.8.bb: Inherit gettext
It uses gettext but was not specifying the dependency Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb b/meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb
index 19a3c26f90..2c17e53038 100644
--- a/meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb
+++ b/meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb
@@ -24,4 +24,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}/*"
-inherit autotools binconfig pkgconfig
+inherit autotools binconfig pkgconfig gettext