]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext: switch to autotools_stage_all
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 28 Mar 2008 12:35:06 +0000 (12:35 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 28 Mar 2008 12:35:06 +0000 (12:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4127 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gettext/gettext_0.14.1.bb

index 0862f12316aae00c2a0ced2dfb8f3d1556d295d3..7bc011f4947b7df079e29be704cd68b45ab956f8 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPL"
-PR = "r6"
+PR = "r8"
 PROVIDES = "virtual/libintl"
 
 SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
@@ -29,10 +29,5 @@ do_configure_prepend() {
 }
 
 do_stage () {
-       autotools_stage_includes
-       oe_libinstall -so -C gettext-tools/lib libgettextlib ${STAGING_LIBDIR}/
-       oe_libinstall -so -C gettext-tools/src libgettextpo ${STAGING_LIBDIR}/
-       oe_libinstall -so -C gettext-tools/src libgettextsrc ${STAGING_LIBDIR}/
-       oe_libinstall -so -C gettext-tools/intl libintl ${STAGING_LIBDIR}/
-       oe_libinstall -so -C gettext-runtime/lib libasprintf ${STAGING_LIBDIR}/
+       autotools_stage_all
 }