aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-19 11:41:30 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-19 11:47:09 -0700
commit5cfa19be826f67b153481bba74cec8f5c4537287 (patch)
treee89ed927a720e920a128f41017589ecce51cc4df /recipes/help2man
parent7205d3b5e967c49cc964f4121b0623fe5cea95f7 (diff)
downloadopenembedded-5cfa19be826f67b153481bba74cec8f5c4537287.tar.gz
help2man: Fix DEPENDS on virtclass-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/help2man')
-rw-r--r--recipes/help2man/help2man_1.37.1.bb2
1 files changed, 1 insertions, 1 deletions
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"