[oe-commits] Tom Rini : libiconv: Clean up

git version control git at git.openembedded.org
Fri Mar 11 19:40:10 UTC 2011


Module: openembedded.git
Branch: master
Commit: 4cd4e559334f4ee9a154a948328d3eb0394d97e3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4cd4e559334f4ee9a154a948328d3eb0394d97e3

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Mar 11 12:36:59 2011 -0700

libiconv: Clean up

- Since we have a big comment about not being able to use gettext.bbclass
  drop it.
- Use $GNU_MIRROR
- Switch to INC_PR, move bits from the two that used the inc file to
  the incfile itself.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/libiconv/libiconv.inc       |   13 ++++++++-----
 recipes/libiconv/libiconv_1.12.bb   |    8 +-------
 recipes/libiconv/libiconv_1.13.1.bb |    9 +--------
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/recipes/libiconv/libiconv.inc b/recipes/libiconv/libiconv.inc
index 11dfaf2..9ed35ee 100644
--- a/recipes/libiconv/libiconv.inc
+++ b/recipes/libiconv/libiconv.inc
@@ -3,13 +3,16 @@ multiple character encodings, but that support lacks from your system."
 HOMEPAGE = "http://www.gnu.org/software/libiconv"
 SECTION = "libs"
 PRIORITY = "optional"
+PROVIDES = "virtual/libiconv"
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
+INC_PR = "r3"
 
-SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
-          "
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 
-S = "${WORKDIR}/libiconv-${PV}"
+#gettext.class cant be inherit here so use this hack
+DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
 
-inherit autotools gettext
+inherit autotools
 
-EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable"
+EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable \
+		 ${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
diff --git a/recipes/libiconv/libiconv_1.12.bb b/recipes/libiconv/libiconv_1.12.bb
index 83774d6..8dd0a77 100644
--- a/recipes/libiconv/libiconv_1.12.bb
+++ b/recipes/libiconv/libiconv_1.12.bb
@@ -1,13 +1,7 @@
 require libiconv.inc
 LICENSE = "GPLv3 LGPLv2"
 
-PROVIDES = "virtual/libiconv"
-PR = "r2"
-
-#gettext.class cant be inherit here so use this hack
-DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
-
-EXTRA_OECONF +=  "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
+PR = "${INC_PR}.0"
 
 LEAD_SONAME = "libiconv.so"
 
diff --git a/recipes/libiconv/libiconv_1.13.1.bb b/recipes/libiconv/libiconv_1.13.1.bb
index a956b74..6645cc5 100644
--- a/recipes/libiconv/libiconv_1.13.1.bb
+++ b/recipes/libiconv/libiconv_1.13.1.bb
@@ -1,13 +1,7 @@
 require libiconv.inc
 LICENSE = "GPLv3 LGPLv2"
 
-PROVIDES = "virtual/libiconv"
-PR = "r1"
-
-#gettext.class cant be inherit here so use this hack
-DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
-
-EXTRA_OECONF +=  "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://autoconf.patch"
 
@@ -21,4 +15,3 @@ do_configure_append () {
 LEAD_SONAME = "libiconv.so"
 SRC_URI[md5sum] = "7ab33ebd26687c744a37264a330bbe9a"
 SRC_URI[sha256sum] = "55a36168306089009d054ccdd9d013041bfc3ab26be7033d107821f1c4949a49"
-





More information about the Openembedded-commits mailing list