[oe-commits] Samuel Stirtzel : maliit-framework: Don't build the SDK

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 10:27:35 UTC 2012


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

Author: Samuel Stirtzel <s.stirtzel at googlemail.com>
Date:   Tue Dec  4 07:46:49 2012 +0000

maliit-framework: Don't build the SDK

The SDK installs binaries in the /usr/share/doc directory

This fixes QA errors like:

ERROR: QA Issue: non debug package contains .debug directory:
maliit-framework-doc path
/work/armv7a-vfp-neon-oe-linux-gnueabi/maliit-framework/0.92.3+git1+750842dec74a9b17dca91ef779c4fc5a43c4d9dc-r0/packages-split/maliit-framework-doc/usr/share/doc/maliit-framework/maliit-sdk/examples/apps/settings/.debug/maliit-exampleapp-settings

Signed-off-by: Samuel Stirtzel <s.stirtzel at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/maliit/maliit-framework_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index 534a3c8..a164e78 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -19,7 +19,6 @@ PV = "0.92.3+git${SRCPV}"
 PACKAGES =+ "${PN}-gtk"
 GTKIMMODULES_PACKAGES = "${PN}-gtk"
 
-# Maliit needs Qt configured with -accessibility, a patch for that was already sent and will get merged in post 1.2.
 RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4"
 
 RRECOMMENDS_${PN} = "maliit-plugins"
@@ -55,6 +54,7 @@ EXTRA_QMAKEVARS_PRE = "\
     CONFIG+=disable-gconf \
     CONFIG+=disable-gtk-cache-update \
     CONFIG+=local-install \
+    CONFIG+=nosdk \
     "
 
 EXTRA_OEMAKE += "INSTALL_ROOT=${D}"





More information about the Openembedded-commits mailing list