[oe-commits] Denis 'Gnutoo' Carikli : libgpg-error: add inherit gettext in order to have libiconv as dependency with uclibc

GIT User account git at amethyst.openembedded.net
Tue Apr 14 21:41:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Apr 14 23:36:53 2009 +0200

libgpg-error: add inherit gettext in order to have libiconv as dependency with uclibc
thanks woglinde for the info

---

 recipes/libgpg-error/libgpg-error.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libgpg-error/libgpg-error.inc b/recipes/libgpg-error/libgpg-error.inc
index f6a84dc..6fcc920 100644
--- a/recipes/libgpg-error/libgpg-error.inc
+++ b/recipes/libgpg-error/libgpg-error.inc
@@ -12,7 +12,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
 FILES_${PN} = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${bindir}/*"
 
-inherit autotools binconfig pkgconfig
+inherit autotools binconfig pkgconfig gettext
 
 do_stage() {
 	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}





More information about the Openembedded-commits mailing list