From: Tom Rini Date: Fri, 1 Oct 2010 14:42:15 +0000 (-0700) Subject: htmldoc: Rework DEPENDS updates X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8e151d43ad1f95c168c98e5c0e87b67fbd477c;p=openembedded.git htmldoc: Rework DEPENDS updates Signed-off-by: Tom Rini --- 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"