aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man/help2man_1.36.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/help2man/help2man_1.36.4.bb')
-rw-r--r--recipes/help2man/help2man_1.36.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/help2man/help2man_1.36.4.bb b/recipes/help2man/help2man_1.36.4.bb
index 8cb5530c7a..fdb0c7a436 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() {