* 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 * this is example where dependencies of dependencies isn't included because lua5.1 is dependency of efl recipe with lua-old PACKAGECONFIG which is enabled by default, but lua5.1 isn't staged when building just python-efl
Signed-off-by: Martin Jansa <[email protected]> --- meta-efl/recipes-devtools/python/python-efl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 1ced0c3..75e664e 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 <[email protected]>" # 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 efl elementary" +DEPENDS = "python-cython-native python-pyrex-native python-numeric python-dbus lua5.1 efl elementary" RDEPENDS_${PN} += "python-lang" PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas" -- 1.9.2 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
