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

git version control git at git.openembedded.org
Fri Nov 19 20:14:43 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 53814023c9c46b5c42d81f0e97106a15a7bfc82a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53814023c9c46b5c42d81f0e97106a15a7bfc82a

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