From: Tom Rini Date: Fri, 1 Oct 2010 14:42:32 +0000 (-0700) Subject: python-epydoc: Rework DEPENDS updates X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7232975f60c81ada7420e6e2c7aee5a7c6047a7;p=openembedded.git python-epydoc: Rework DEPENDS updates Signed-off-by: Tom Rini --- diff --git a/recipes/python/python-epydoc_3.0.1.bb b/recipes/python/python-epydoc_3.0.1.bb index 6a2e5910a9..73194cf9f9 100644 --- a/recipes/python/python-epydoc_3.0.1.bb +++ b/recipes/python/python-epydoc_3.0.1.bb @@ -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}"