[oe-commits] Tom Rini : htmldoc: Rework DEPENDS updates

git version control git at git.openembedded.org
Fri Oct 1 15:45:47 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Oct  1 07:42:15 2010 -0700

htmldoc: Rework DEPENDS updates

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

---

 recipes/htmldoc/htmldoc_1.9.x-r1571.bb |    3 ++-
 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 01fc15e..39ff846 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"
 
 





More information about the Openembedded-commits mailing list