diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-01 20:34:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-06 13:08:30 +0100 |
commit | 9bae3e30eb007b3b7de6cec007fabb847f9ca8c5 (patch) | |
tree | fa8c140f4a237a9bddba7f9163a24243903ea9cb /meta-efl/recipes-devtools/python/python-elementary_svn.bb | |
parent | 4ae0bea8d39f6dab75b99dcc19410ee086fcdae7 (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
1 | require python-efl.inc | 1 | require python-efl.inc |
2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "elementary python-evas" | 6 | DEPENDS += "elementary python-evas" |
7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | 7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" |
8 | |||
9 | SRC_URI += " file://0001-python-elementary-temporary-fix-for-build-breakage.patch" | ||