diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 19:35:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2011-03-31 19:36:46 -0700 |
commit | 90a6ce7d6def19cdd72b7f6f5d98f175d4723839 (patch) | |
tree | 5ea98fbc073c6f4dd91d974b1ea7a31f74111e18 | |
parent | 740a50cb308f186123a9f916330bf10daa22faa5 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/libgpg-error/libgpg-error_1.8.bb | 2 |
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 \ | |||
24 | FILES_${PN} = "${libdir}/lib*.so.*" | 24 | FILES_${PN} = "${libdir}/lib*.so.*" |
25 | FILES_${PN}-dev += "${bindir}/*" | 25 | FILES_${PN}-dev += "${bindir}/*" |
26 | 26 | ||
27 | inherit autotools binconfig pkgconfig | 27 | inherit autotools binconfig pkgconfig gettext |