HOMEPAGE = "http://www.gnu.org/software/help2man"
SECTION = "console/utils"
LICENSE = "GPLv2"
-DEPENDS = "perl-native liblocale-gettext-perl-native"
+DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native"
DEPENDS_virtclass-native = "perl-native autoconf-native automake-native"
RDEPENDS_${PN} = "gettext perl liblocale-gettext-perl"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
-inherit autotools gettext
+inherit autotools
BBCLASSEXTEND = "native"
-PR = "r4"
+PR = "r5"
# We don't want to reconfigure things
do_configure() {
DESCRIPTION = "Program to create simple man pages"
SECTION = "devel"
LICENSE = "GPLv3"
-DEPENDS = "perl-native liblocale-gettext-perl-native"
+DEPENDS = "gettext-native 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 = ""
SRC_URI[md5sum] = "426671c6fe79e5ef2233303367eab5a6"
SRC_URI[sha256sum] = "952c29561bce8b233aa10af7f0e0c79c8243712810bf8ddf01e6efd82ce250d1"
-inherit autotools gettext
+inherit autotools
+
+EXTRA_OECONF = "--disable-nls"
BBCLASSEXTEND = "native"