From 5cfa19be826f67b153481bba74cec8f5c4537287 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 19 Nov 2010 11:41:30 -0700 Subject: help2man: Fix DEPENDS on virtclass-native Signed-off-by: Tom Rini --- recipes/help2man/help2man_1.37.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/help2man') 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" -- cgit 1.2.3-korg