diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-13 15:27:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:58:08 +0200 |
commit | ab19e33a9d9c77074def6e74ac72e84439cd0bee (patch) | |
tree | 68e8e91b89418f910ce4c4eff3b20d06ba548871 /meta-efl/recipes-devtools/python/python-elementary.inc | |
parent | 7c28fa0c71de1b487d05695b8401333140bc76b5 (diff) | |
download | meta-openembedded-ab19e33a9d9c77074def6e74ac72e84439cd0bee.tar.gz |
python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-elementary.inc')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-elementary.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-efl/recipes-devtools/python/python-elementary.inc b/meta-efl/recipes-devtools/python/python-elementary.inc new file mode 100644 index 000000000..3f1d123c3 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-elementary.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | DEPENDS += "elementary python-evas" | ||
5 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | ||