diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-28 12:35:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-28 12:35:06 +0000 |
commit | 129ba27cc8de76c56b8081aa096ede0c8b9584c3 (patch) | |
tree | ffbf31fe5f844fae163e4280cb91f0c95f9463fa /meta/packages/gettext | |
parent | cd22fcc461abb68f9f901433c3489bc562e3fa99 (diff) | |
download | openembedded-core-129ba27cc8de76c56b8081aa096ede0c8b9584c3.tar.gz openembedded-core-129ba27cc8de76c56b8081aa096ede0c8b9584c3.tar.bz2 openembedded-core-129ba27cc8de76c56b8081aa096ede0c8b9584c3.zip |
gettext: switch to autotools_stage_all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gettext')
-rw-r--r-- | meta/packages/gettext/gettext_0.14.1.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/packages/gettext/gettext_0.14.1.bb b/meta/packages/gettext/gettext_0.14.1.bb index 0862f12316..7bc011f494 100644 --- a/meta/packages/gettext/gettext_0.14.1.bb +++ b/meta/packages/gettext/gettext_0.14.1.bb @@ -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 } |