summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-elementary_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-12-01 20:34:26 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-06 13:08:30 +0100
commit9bae3e30eb007b3b7de6cec007fabb847f9ca8c5 (patch)
treefa8c140f4a237a9bddba7f9163a24243903ea9cb /meta-efl/recipes-devtools/python/python-elementary_svn.bb
parent4ae0bea8d39f6dab75b99dcc19410ee086fcdae7 (diff)
downloadmeta-openembedded-9bae3e30eb007b3b7de6cec007fabb847f9ca8c5.tar.gz
python-elementary: temporary fix to get it build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-elementary_svn.bb')
-rw-r--r--meta-efl/recipes-devtools/python/python-elementary_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
index fd4ea6d292..37a8ffae48 100644
--- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
@@ -1,7 +1,9 @@
1require python-efl.inc 1require python-efl.inc
2LICENSE = "LGPLv3" 2LICENSE = "LGPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" 3LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
4PR = "${INC_PR}.1" 4PR = "${INC_PR}.2"
5SRCREV = "${EFL_SRCREV}" 5SRCREV = "${EFL_SRCREV}"
6DEPENDS += "elementary python-evas" 6DEPENDS += "elementary python-evas"
7RDEPENDS_${PN} += "python-evas python-ecore python-edje" 7RDEPENDS_${PN} += "python-evas python-ecore python-edje"
8
9SRC_URI += " file://0001-python-elementary-temporary-fix-for-build-breakage.patch"