From 90a6ce7d6def19cdd72b7f6f5d98f175d4723839 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2011 19:35:43 -0700 Subject: [PATCH] libgpg-error_1.8.bb: Inherit gettext It uses gettext but was not specifying the dependency Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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