diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-20 20:04:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-20 20:04:32 +0200 |
commit | b64269b221774fe970382a62ae4b4d1b8e38edac (patch) | |
tree | b18d6669a5a0980f263810bdb11c5746c3125de3 /meta-efl/recipes-devtools/python/python-elementary_svn.bb | |
parent | 402a0814947b310835c194b15d3b844e710dd394 (diff) | |
parent | d19953e28e630de55caefba81571c31b6c358102 (diff) | |
download | meta-openembedded-b64269b221774fe970382a62ae4b4d1b8e38edac.tar.gz |
Merge remote-tracking branch 'meta-oe-contrib/jansa/efl'
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-elementary_svn.bb')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-elementary_svn.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb index 911ed6f088..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb +++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv3" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | PR = "${INC_PR}.6" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "elementary python-evas" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||