mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
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>
This commit is contained in:
@@ -8,7 +8,7 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
|
|||||||
# NOTE: Due to a bug in distutils, even if we don't use pyrex but cython,
|
# NOTE: Due to a bug in distutils, even if we don't use pyrex but cython,
|
||||||
# we need to build pyrex otherwise cython doesn't get called to build
|
# we need to build pyrex otherwise cython doesn't get called to build
|
||||||
# the extension modules.
|
# the extension modules.
|
||||||
DEPENDS = "python-cython-native python-pyrex-native python-numeric efl elementary"
|
DEPENDS = "python-cython-native python-pyrex-native python-numeric python-dbus lua efl elementary"
|
||||||
RDEPENDS_${PN} += "python-lang"
|
RDEPENDS_${PN} += "python-lang"
|
||||||
|
|
||||||
PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas"
|
PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas"
|
||||||
|
|||||||
Reference in New Issue
Block a user