[oe-commits] Martin Jansa : python-efl: add dependency on python-dbus and lua to always build edje and elementary bindings

git at git.openembedded.org git at git.openembedded.org
Mon May 12 08:09:33 UTC 2014


Module: meta-openembedded.git
Branch: daisy
Commit: dca466c074c9a35bc0133e7e0d65cca0731e2acf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dca466c074c9a35bc0133e7e0d65cca0731e2acf

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon May 12 10:08:28 2014 +0200

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 at gmail.com>

---

 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..0cfe2a5 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 at 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 efl elementary"
+DEPENDS = "python-cython-native python-pyrex-native python-numeric python-dbus lua efl elementary"
 RDEPENDS_${PN} += "python-lang"
 
 PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas"



More information about the Openembedded-commits mailing list