aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-01 07:42:15 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-01 07:42:15 -0700
commit8e8e151d43ad1f95c168c98e5c0e87b67fbd477c (patch)
treec50051dbaccd567fecea57fe8828ff03eccfff87
parenta548fd0ecd774238458dcbbb434860ccacdd86ba (diff)
downloadopenembedded-8e8e151d43ad1f95c168c98e5c0e87b67fbd477c.tar.gz
htmldoc: Rework DEPENDS updates
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/htmldoc/htmldoc_1.9.x-r1571.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/htmldoc/htmldoc_1.9.x-r1571.bb b/recipes/htmldoc/htmldoc_1.9.x-r1571.bb
index 01fc15e5b6..39ff846cdd 100644
--- a/recipes/htmldoc/htmldoc_1.9.x-r1571.bb
+++ b/recipes/htmldoc/htmldoc_1.9.x-r1571.bb
@@ -1,6 +1,7 @@
require htmldoc.inc
BBCLASSEXTEND = "native"
-DEPENDS_pn-htmldoc += "htmldoc-native"
+DEPENDS += "htmldoc-native"
+DEPENDS_virtclass-native = ""
PR = "r3"