[oe-commits] org.oe.dev gettext: switch to autotools_stage_all

koen commit oe at amethyst.openembedded.net
Wed Mar 19 15:45:38 UTC 2008


gettext: switch to autotools_stage_all

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 440982b14f1fd12b1e82ec3aaeb30d18b44722f3
ViewMTN: http://monotone.openembedded.org/revision/info/440982b14f1fd12b1e82ec3aaeb30d18b44722f3
Files:
1
packages/gettext/gettext_0.14.1.bb
Diffs:

#
# mt diff -rc31a0840a5919504cd869926bc3a2c2318c90578 -r440982b14f1fd12b1e82ec3aaeb30d18b44722f3
#
#
#
# patch "packages/gettext/gettext_0.14.1.bb"
#  from [7293581921c029392be4691314f4f9b6d79c1d09]
#    to [de52cbbadfde1d2a8520b9e08d233b8c44267b54]
#
============================================================
--- packages/gettext/gettext_0.14.1.bb	7293581921c029392be4691314f4f9b6d79c1d09
+++ packages/gettext/gettext_0.14.1.bb	de52cbbadfde1d2a8520b9e08d233b8c44267b54
@@ -2,7 +2,7 @@ LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
 PROVIDES = "virtual/libintl"
 
 SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
@@ -43,10 +43,5 @@ do_stage () {
 FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
 
 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
 }






More information about the Openembedded-commits mailing list