help2man: Fix DEPENDS on virtclass-native
authorTom Rini <tom_rini@mentor.com>
Fri, 19 Nov 2010 18:41:30 +0000 (11:41 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 19 Nov 2010 18:49:45 +0000 (11:49 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/help2man/help2man_1.37.1.bb

index 4067010..4d4e9e3 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Program to create simple man pages"
 SECTION = "devel"
 LICENSE = "GPLv3"
 DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native"
-DEPENDS_virtclass-native = "perl-native-runtime"
+DEPENDS_virtclass-native = ""
 RDEPENDS_pn-help2man = "gettext perl liblocale-gettext-perl"
 PR = "r0"