diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-12 10:08:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-12 10:08:28 +0200 |
commit | dca466c074c9a35bc0133e7e0d65cca0731e2acf (patch) | |
tree | 641af7f0429563f991acc5d881c9133a71844dda /meta-efl | |
parent | aa088ca1d6c19cf14ef58e9834750487e3de9935 (diff) | |
download | meta-openembedded-dca466c074c9a35bc0133e7e0d65cca0731e2acf.tar.gz |
python-efl: add dependency on python-dbus and lua to always build edje and elementary bindings
* fixes following issue in test-dependencies report:
python-efl/python-edje/latest lost dependency on edje eglibc eina libpython2
python-efl/python-elementary/latest lost dependency on eglibc eina elementary evas libpython2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-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 1ced0c363..0cfe2a577 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 efl elementary" | 11 | DEPENDS = "python-cython-native python-pyrex-native python-numeric python-dbus lua 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" |