python-epydoc: Rework DEPENDS updates
authorTom Rini <tom_rini@mentor.com>
Fri, 1 Oct 2010 14:42:32 +0000 (07:42 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 1 Oct 2010 14:42:32 +0000 (07:42 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/python/python-epydoc_3.0.1.bb

index 6a2e591..73194cf 100644 (file)
@@ -4,9 +4,9 @@ PRIORITY = "optional"
 LICENSE = "MIT" 
 HOMEPAGE = "http://epydoc.sourceforge.net/" 
 SRCNAME = "epydoc" 
-DEPENDS_pn-python-epydoc = "python"
-DEPENDS_pn-python-epydoc-native = "python-native"
-PR = "r1"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
+PR = "r2"
  
 SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" 
 S = "${WORKDIR}/${SRCNAME}-${PV}"