[oe-commits] Tom Rini : python-epydoc: 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: b7232975f60c81ada7420e6e2c7aee5a7c6047a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b7232975f60c81ada7420e6e2c7aee5a7c6047a7

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

python-epydoc: Rework DEPENDS updates

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

---

 recipes/python/python-epydoc_3.0.1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/python/python-epydoc_3.0.1.bb b/recipes/python/python-epydoc_3.0.1.bb
index 6a2e591..73194cf 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}" 





More information about the Openembedded-commits mailing list