diff options
| author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2012-12-04 07:46:49 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 11:25:34 +0100 |
| commit | 3b4c181ee6f802c3dbcdd9e86c810c7bcffc324c (patch) | |
| tree | 328cf2ffd9952a4d4f672df1b4bea7cd816f9a68 /meta-oe | |
| parent | a5ff7a97dd50aaa728fc6fc40402a6535f63ca1d (diff) | |
| download | meta-openembedded-3b4c181ee6f802c3dbcdd9e86c810c7bcffc324c.tar.gz | |
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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/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 534a3c85b6..a164e781fa 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}" | |||
| 19 | PACKAGES =+ "${PN}-gtk" | 19 | PACKAGES =+ "${PN}-gtk" |
| 20 | GTKIMMODULES_PACKAGES = "${PN}-gtk" | 20 | GTKIMMODULES_PACKAGES = "${PN}-gtk" |
| 21 | 21 | ||
| 22 | # Maliit needs Qt configured with -accessibility, a patch for that was already sent and will get merged in post 1.2. | ||
| 23 | RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" | 22 | RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" |
| 24 | 23 | ||
| 25 | RRECOMMENDS_${PN} = "maliit-plugins" | 24 | RRECOMMENDS_${PN} = "maliit-plugins" |
| @@ -55,6 +54,7 @@ EXTRA_QMAKEVARS_PRE = "\ | |||
| 55 | CONFIG+=disable-gconf \ | 54 | CONFIG+=disable-gconf \ |
| 56 | CONFIG+=disable-gtk-cache-update \ | 55 | CONFIG+=disable-gtk-cache-update \ |
| 57 | CONFIG+=local-install \ | 56 | CONFIG+=local-install \ |
| 57 | CONFIG+=nosdk \ | ||
| 58 | " | 58 | " |
| 59 | 59 | ||
| 60 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 60 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
