aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man/help2man_1.38.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-24 14:49:38 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-24 14:52:25 -0800
commit1b5f14a161068ba85105545191016a0ccaa8d9b8 (patch)
tree7d146df9c61b0b5cdd17581bf41bea7dbb59f950 /recipes/help2man/help2man_1.38.2.bb
parent46b868729005cb3012deff59a33287e55aa3dd56 (diff)
downloadopenembedded-1b5f14a161068ba85105545191016a0ccaa8d9b8.tar.gz
help2man_1.38.2.bb: New recipe
Add recipe for latest 1.38.2 version and remove 1.37.1 in favour of it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/help2man/help2man_1.38.2.bb')
-rw-r--r--recipes/help2man/help2man_1.38.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/help2man/help2man_1.38.2.bb b/recipes/help2man/help2man_1.38.2.bb
new file mode 100644
index 0000000000..fff2ee4689
--- /dev/null
+++ b/recipes/help2man/help2man_1.38.2.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Program to create simple man pages"
+SECTION = "devel"
+LICENSE = "GPLv3"
+DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native"
+DEPENDS_virtclass-native = ""
+RDEPENDS_pn-help2man = "gettext perl liblocale-gettext-perl"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "426671c6fe79e5ef2233303367eab5a6"
+SRC_URI[sha256sum] = "952c29561bce8b233aa10af7f0e0c79c8243712810bf8ddf01e6efd82ce250d1"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-nls"
+
+BBCLASSEXTEND = "native"
+
+# We don't want to reconfigure things as we're using host perl
+do_configure() {
+ oe_runconf
+}