From e5acdbff7b96742249cf5fa78e7d6b1a3c15ee19 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 7 May 2014 00:19:52 +0200 Subject: [PATCH] python-efl: add dependency on elementary * otherwise python-elementary package is created only when elementary was built before python-efl (From meta-openembedded rev: 71f4370d149eda1c35ca94bb6ae77f167de80468) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-efl/recipes-devtools/python/python-efl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-efl/recipes-devtools/python/python-efl.inc b/meta-openembedded/meta-efl/recipes-devtools/python/python-efl.inc index 6ac7ad8..1ced0c3 100644 --- a/meta-openembedded/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-openembedded/meta-efl/recipes-devtools/python/python-efl.inc @@ -8,7 +8,7 @@ AUTHOR = "Gustavo Sverzut Barbieri " # 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" -- 2.7.4