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>
This commit is contained in:
Khem Raj
2011-03-31 19:35:43 -07:00
parent 740a50cb30
commit 90a6ce7d6d
@@ -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