diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-14 23:36:53 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-14 23:36:53 +0200 |
commit | 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (patch) | |
tree | c297493d3d375ba343b259fce7b16dfa7a7120a0 /recipes/libgpg-error | |
parent | 2c241e86061652291e4f2a1382460449fc9e2f73 (diff) |
libgpg-error: add inherit gettext in order to have libiconv as dependency with uclibc
thanks woglinde for the info
Diffstat (limited to 'recipes/libgpg-error')
-rw-r--r-- | 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 f6a84dc5ef..6fcc9202b2 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} |