diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-28 21:46:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-24 11:35:50 +0100 |
commit | 6a21cf0068234152b3f13866dc7c05adc6d0d9c9 (patch) | |
tree | 03f1cd976bdef536062ff0bab925b7227975a2ba /meta/recipes-qt/qt4/qt4-native_4.8.1.bb | |
parent | 971361a4fac5622858f71a87c478e16ef02c4d76 (diff) | |
download | openembedded-core-6a21cf0068234152b3f13866dc7c05adc6d0d9c9.tar.gz openembedded-core-6a21cf0068234152b3f13866dc7c05adc6d0d9c9.tar.bz2 openembedded-core-6a21cf0068234152b3f13866dc7c05adc6d0d9c9.zip |
qt4: move from 4.8.0 to 4.8.1
* No changes other than source checksums and PR at recipe level.
* DEFAULT_PREFERENCE still set to -1
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native_4.8.1.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native_4.8.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.1.bb b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb new file mode 100644 index 0000000000..d991c03ec2 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-native_4.8.1.bb @@ -0,0 +1,14 @@ +require qt4-native.inc + +PR = "${INC_PR}.0" + +DEFAULT_PREFERENCE = "-1" + +# Find the g++.conf/linux.conf in the right directory. +FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" + +TOBUILD := "src/tools/bootstrap ${TOBUILD}" + +SRC_URI[md5sum] = "7960ba8e18ca31f0c6e4895a312f92ff" +SRC_URI[sha256sum] = "ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8" + |