diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-07 00:19:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:57:59 +0200 |
commit | 71f4370d149eda1c35ca94bb6ae77f167de80468 (patch) | |
tree | 7643df98654b9851e153d4727a6304a8d5dcb6cf /meta-efl/recipes-devtools | |
parent | d51eaf7158cd35f8b8bd04283dd1d76db5501d2c (diff) | |
download | meta-openembedded-71f4370d149eda1c35ca94bb6ae77f167de80468.tar.gz |
python-efl: add dependency on elementary
* otherwise python-elementary package is created only when elementary was
built before python-efl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 6ac7ad8a6..1ced0c363 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc | |||
@@ -8,7 +8,7 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>" | |||
8 | # NOTE: Due to a bug in distutils, even if we don't use pyrex but cython, | 8 | # NOTE: Due to a bug in distutils, even if we don't use pyrex but cython, |
9 | # we need to build pyrex otherwise cython doesn't get called to build | 9 | # we need to build pyrex otherwise cython doesn't get called to build |
10 | # the extension modules. | 10 | # the extension modules. |
11 | DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" | 11 | DEPENDS = "python-cython-native python-pyrex-native python-numeric efl elementary" |
12 | RDEPENDS_${PN} += "python-lang" | 12 | RDEPENDS_${PN} += "python-lang" |
13 | 13 | ||
14 | PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas" | 14 | PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas" |