From 8e8e151d43ad1f95c168c98e5c0e87b67fbd477c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 1 Oct 2010 07:42:15 -0700 Subject: [PATCH] htmldoc: Rework DEPENDS updates Signed-off-by: Tom Rini --- recipes/htmldoc/htmldoc_1.9.x-r1571.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5