From: Tom Rini Date: Fri, 19 Nov 2010 18:41:30 +0000 (-0700) Subject: help2man: Fix DEPENDS on virtclass-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53814023c9c46b5c42d81f0e97106a15a7bfc82a;p=openembedded.git help2man: Fix DEPENDS on virtclass-native Signed-off-by: Tom Rini --- diff --git a/recipes/help2man/help2man_1.37.1.bb b/recipes/help2man/help2man_1.37.1.bb index 40670102e7..4d4e9e3ebe 100644 --- a/recipes/help2man/help2man_1.37.1.bb +++ b/recipes/help2man/help2man_1.37.1.bb @@ -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"