summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/qt4/qt4-native_4.7.3.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-10 12:38:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:13:34 +0100
commita6fd9b8104e8d3cbfce0376811aeeef746ad6889 (patch)
tree6cdfdbadc4c2afd9e48bae7f4ea1b783718a8d7a /meta/recipes-qt/qt4/qt4-native_4.7.3.bb
parente3152cf2e06e6ecbf4721d58b83f263bc2f46de2 (diff)
downloadopenembedded-core-a6fd9b8104e8d3cbfce0376811aeeef746ad6889.tar.gz
openembedded-core-a6fd9b8104e8d3cbfce0376811aeeef746ad6889.tar.bz2
openembedded-core-a6fd9b8104e8d3cbfce0376811aeeef746ad6889.tar.xz
openembedded-core-a6fd9b8104e8d3cbfce0376811aeeef746ad6889.zip
qt4: replace qt4-tools-native with qt4-native
Installs native versions of the Qt libraries in addition to the tools, allowing compilation of external native tools that require Qt libs. PROVIDES qt4-tools-native so it should be a drop-in replacement. Developed with reference to the corresponding qt4-native changes in OE. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native_4.7.3.bb')
-rw-r--r--meta/recipes-qt/qt4/qt4-native_4.7.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native_4.7.3.bb b/meta/recipes-qt/qt4/qt4-native_4.7.3.bb
new file mode 100644
index 000000000..5c84d4da6
--- /dev/null
+++ b/meta/recipes-qt/qt4/qt4-native_4.7.3.bb
@@ -0,0 +1,13 @@
+require qt4-native.inc
+
+PR = "${INC_PR}.1"
+
+# Find the g++.conf/linux.conf in the right directory.
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
+
+EXTRA_OECONF += " -no-fast -silent -no-rpath"
+
+TOBUILD := "src/tools/bootstrap ${TOBUILD}"
+
+SRC_URI[md5sum] = "49b96eefb1224cc529af6fe5608654fe"
+SRC_URI[sha256sum] = "d02b6fd69d089c01f4a787aa18175d074ccaecf8980a5956e328c2991905937e"