[oe-commits] Tom Rini : help2man: Fix DEPENDS on virtclass-native

git version control git at git.openembedded.org
Fri Nov 19 18:54:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5cfa19be826f67b153481bba74cec8f5c4537287
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5cfa19be826f67b153481bba74cec8f5c4537287

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Nov 19 11:41:30 2010 -0700

help2man: Fix DEPENDS on virtclass-native

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/help2man/help2man_1.37.1.bb |    2 +-
 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 4067010..4d4e9e3 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"
 





More information about the Openembedded-commits mailing list