Merge branch 'vuplus-1.6' of 192.168.102.66:/var/ikseong/repo/openembedded into test_0921
[vuplus_openembedded] / recipes / qt4 / qt4-native_4.7.4.bb
1 require qt4-native.inc
2 LICENSE = "LGPLv2.1 GPLv3"
3
4 PR = "${INC_PR}.0"
5
6 # Find the g++.conf/linux.conf in the right directory.
7 FILESPATHPKG =. "qt-${PV}:"
8 SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
9            file://qt-config.patch;patch=1 \
10            file://g++.conf \
11            file://linux.conf"
12 S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
13
14 EXTRA_OECONF += " -no-fast -silent -no-rpath"
15
16 TOBUILD := "src/tools/bootstrap ${TOBUILD}"