diff options
author | Matthias Günther <matgnt@gmail.com> | 2010-06-05 11:04:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-06 14:08:40 +0200 |
commit | b73a8816231cffe6184e88def512f21b74d66f02 (patch) | |
tree | ded0546ea7666ffbe9e3c9c852f2d5a2895092da /recipes/qt4 | |
parent | 3c888c3c6b765b643eccdddd73cdf1be40ba3835 (diff) |
qt4: Add qt4-tools-native_4.7.0-beta1
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/qt4-tools-native_4.7.0-beta1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb new file mode 100644 index 0000000000..5d3f55ceec --- /dev/null +++ b/recipes/qt4/qt4-tools-native_4.7.0-beta1.bb @@ -0,0 +1,12 @@ +DEFAULT_PREFERENCE = "-1" + +require qt4-tools-native.inc +LICENSE = "LGPLv2.1 GPLv3" +PR = "${INC_PR}.0" + +EXTRA_OECONF += " -no-fast -silent -no-rpath" + +TOBUILD := "src/tools/bootstrap ${TOBUILD}" + +SRC_URI[md5sum] = "128dae41b23bb427b735548c7864703a" +SRC_URI[sha256sum] = "1107de986e4dda7795d094a2a3b5d85027d780b9b63e9860957cb1d6c56c8929" |