git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c29ab
)
help2man: Fix DEPENDS on virtclass-native
author
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Nov 2010 18:41:30 +0000
(11:41 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Nov 2010 18:49:45 +0000
(11:49 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/help2man/help2man_1.37.1.bb
patch
|
blob
|
history
diff --git
a/recipes/help2man/help2man_1.37.1.bb
b/recipes/help2man/help2man_1.37.1.bb
index
4067010
..
4d4e9e3
100644
(file)
--- 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"