git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8fd91
)
python-epydoc: Rework DEPENDS updates
author
Tom Rini
<tom_rini@mentor.com>
Fri, 1 Oct 2010 14:42:32 +0000
(07:42 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/python/python-epydoc_3.0.1.bb
b/recipes/python/python-epydoc_3.0.1.bb
index
6a2e591
..
73194cf
100644
(file)
--- 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 = "r
1
"
+DEPENDS
+
= "python"
+DEPENDS_
virtclass-native +
= "python-native"
+PR = "r
2
"
SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"