[oe] [meta-oe][WIP][PATCH 1/3] maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic builds

Martin Jansa martin.jansa at gmail.com
Sun May 11 14:43:13 UTC 2014


* 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 f98512d..8d62e3d 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-brokensep 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 \
-- 
1.9.2



More information about the Openembedded-devel mailing list