[oe-commits] Tom Rini : help2man: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:08 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 10:03:44 2011 -0700

help2man: Update to use 'inherit gettext'

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

---

 recipes/help2man/help2man_1.36.4.bb |    6 +++---
 recipes/help2man/help2man_1.38.2.bb |    6 ++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/recipes/help2man/help2man_1.36.4.bb b/recipes/help2man/help2man_1.36.4.bb
index 8cb5530..fdb0c7a 100644
--- a/recipes/help2man/help2man_1.36.4.bb
+++ b/recipes/help2man/help2man_1.36.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNU utility to convert program --help output to a man page"
 HOMEPAGE    = "http://www.gnu.org/software/help2man"
 SECTION     = "console/utils"
 LICENSE     = "GPLv2"
-DEPENDS     = "gettext-native perl-native liblocale-gettext-perl-native"
+DEPENDS     = "perl-native liblocale-gettext-perl-native"
 DEPENDS_virtclass-native = "perl-native autoconf-native automake-native"
 RDEPENDS_${PN}    = "gettext perl liblocale-gettext-perl"
 
@@ -10,11 +10,11 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 
-inherit autotools
+inherit autotools gettext
 
 BBCLASSEXTEND = "native"
 
-PR = "r3"
+PR = "r4"
 
 # We don't want to reconfigure things
 do_configure() {
diff --git a/recipes/help2man/help2man_1.38.2.bb b/recipes/help2man/help2man_1.38.2.bb
index ab06186..9f00408 100644
--- a/recipes/help2man/help2man_1.38.2.bb
+++ b/recipes/help2man/help2man_1.38.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Program to create simple man pages"
 SECTION = "devel"
 LICENSE = "GPLv3"
-DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native"
+DEPENDS = "perl-native liblocale-gettext-perl-native"
 DEPENDS_virtclass-native = "perl-native autoconf-native automake-native"
 RDEPENDS_${PN} = "gettext perl liblocale-gettext-perl"
 RDEPENDS_${PN}_virtclass-native = ""
@@ -12,9 +12,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 SRC_URI[md5sum] = "426671c6fe79e5ef2233303367eab5a6"
 SRC_URI[sha256sum] = "952c29561bce8b233aa10af7f0e0c79c8243712810bf8ddf01e6efd82ce250d1"
 
-inherit autotools
-
-EXTRA_OECONF = "--disable-nls"
+inherit autotools gettext
 
 BBCLASSEXTEND = "native"
 





More information about the Openembedded-commits mailing list