libgpg-error_1.8.bb: Inherit gettext
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 02:35:43 +0000 (19:35 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:11:28 +0000 (08:11 -0800)
It uses gettext but was not specifying the dependency

(From meta-openembedded rev: 90a6ce7d6def19cdd72b7f6f5d98f175d4723839)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb

index 19a3c26..2c17e53 100644 (file)
@@ -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