mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
d51eaf7158
commit
71f4370d14
|
|
@ -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,
|
||||
# we need to build pyrex otherwise cython doesn't get called to build
|
||||
# the extension modules.
|
||||
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
|
||||
DEPENDS = "python-cython-native python-pyrex-native python-numeric efl elementary"
|
||||
RDEPENDS_${PN} += "python-lang"
|
||||
|
||||
PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user