From 565235cf6861f03a8d9d6b2613213509949b44d9 Mon Sep 17 00:00:00 2001 From: Risto Avila Date: Thu, 17 Dec 2015 05:00:05 +0200 Subject: Workaround for QDbus caching introspects. This just quickly removes the cached object to force introspect. Final solution will upstreamed in the future. Change-Id: I156a1a97a0c4d1f17eed1d164e18ee8f73dec074 Signed-off-by: Risto Avila --- recipes-qt/qt5/qtbase_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-qt/qt5/qtbase_%.bbappend') diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 7b6ab875..ebca5c8e 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -1,5 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI_append = "\ + file://0001-Force-qdbus-to-make-introspect-for-every-findMetaObj.patch \ + " + DEPENDS_append_koelsch = " libegl" DEPENDS_append_porter = " libegl" -- cgit 1.2.3-korg