summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-01-21 16:15:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 16:14:01 +0000
commitabb87d455d75be6ae05b3124b98a43ccfc90f453 (patch)
tree8b6b8a6b98c40653e3d445be28f2add90baa8d3b /meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb
parent51b50818922a1be99f50cc1e3386ca914c025427 (diff)
downloadpoky-abb87d455d75be6ae05b3124b98a43ccfc90f453.tar.gz
qt4-tools-native: update from OpenEmbedded
Differences from OE version: * Add source checksums * Correct LICENCE and move to .inc file * Update HOMEPAGE * Don't specify DEFAULT_PREFERENCE * Remove S and SRC_URI from 4.7.1 (duplicates of .inc file values) * Use http source URL to match other Qt4 recipes * Don't add back tools previously disabled in poky Differences from current (plus the above): * Add Qt 4.7.1 recipe * Specify -embedded to remove dependency on X (as we are only building tools) * Disable some other options to reduce dependencies * Specify -no-freetype / -no-fontconfig in .inc file rather than in .bb * Use INC_PR * Whitespace fixes
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb')
-rw-r--r--meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb b/meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb
index ac66eb3d5a..dae8cd19e3 100644
--- a/meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb
+++ b/meta/recipes-qt/qt4/qt4-tools-native_4.6.3.bb
@@ -1,11 +1,11 @@
1require qt4-tools-native.inc 1require qt4-tools-native.inc
2 2
3LICENSE = "LGPLv2.1 | GPLv3" 3PR = "${INC_PR}.0"
4LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
5 file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
6 file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
7PR = "r2"
8 4
9EXTRA_OECONF += " -no-fast -silent -no-rpath -no-freetype -no-fontconfig" 5EXTRA_OECONF += " -no-fast -silent -no-rpath"
10 6
11TOBUILD := "src/tools/bootstrap ${TOBUILD}" 7TOBUILD := "src/tools/bootstrap ${TOBUILD}"
8
9SRC_URI[md5sum] = "5c69f16d452b0bb3d44bc3c10556c072"
10SRC_URI[sha256sum] = "f4e0ada8d4d516bbb8600a3ee7d9046c9c79e38cd781df9ffc46d8f16acd1768"
11