[oe-commits] Martin Jansa : maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic builds

git at git.openembedded.org git at git.openembedded.org
Mon May 12 11:30:26 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 29a640601a8ca6821897279bfbc82f25d7c83db5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=29a640601a8ca6821897279bfbc82f25d7c83db5

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat May 10 16:55:02 2014 +0200

maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic builds

* otherwise maliit-framework-gtk is empty
* fixes following issues from test-dependencies report:
  maliit-framework/maliit-framework-gtk/latest lost dependency on  eglibc glib-2.0 gtk+ gtk+3 libgcc libqtcore4 maliit-framework pango

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/maliit/maliit-framework_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index ea82c38..b165e9f 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
 
 inherit autotools qt4x11 gtk-immodules-cache
 
-DEPENDS = "libxcomposite"
+DEPENDS = "libxcomposite dbus gtk+3 gtk+"
 
 SRC_URI = "git://github.com/maliit/framework.git;branch=master \
     file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \



More information about the Openembedded-commits mailing list