diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 06:30:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 20:08:47 +0100 |
commit | 20091a9f08c82d101ae730d682c402f80a97a4fc (patch) | |
tree | 44589bffbe71340e38de9a5abf867a3d14ea3890 /recipes-qt/qt5 | |
parent | 0ff97f9e6a959216c164d728cad7962a2a2909e2 (diff) | |
download | meta-qt5-20091a9f08c82d101ae730d682c402f80a97a4fc.tar.gz |
qtjsbackend: use common qt5.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtjsbackend.inc | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc index ebc0fc09..3da6cc76 100644 --- a/recipes-qt/qt5/qtjsbackend.inc +++ b/recipes-qt/qt5/qtjsbackend.inc | |||
@@ -1,10 +1,11 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | # FIXME!!! | ||
1 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
2 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" |
3 | 6 | ||
4 | DEPENDS = "qtbase qtjsbackend-native" | 7 | DEPENDS = "qtbase qtjsbackend-native" |
5 | 8 | ||
6 | QT_MODULE = "${PN}" | ||
7 | |||
8 | INC_PR = "r0" | 9 | INC_PR = "r0" |
9 | 10 | ||
10 | inherit qmake5 | 11 | inherit qmake5 |
@@ -30,13 +31,3 @@ do_configure () { | |||
30 | 31 | ||
31 | ${OE_QMAKE_QMAKE} -r -d | 32 | ${OE_QMAKE_QMAKE} -r -d |
32 | } | 33 | } |
33 | |||
34 | do_install() { | ||
35 | oe_runmake install INSTALL_ROOT=${D} | ||
36 | } | ||
37 | |||
38 | FILES_${PN}-dev += "\ | ||
39 | ${incdir}/qt5/* \ | ||
40 | ${datadir}/qt5/* \ | ||
41 | ${libdir}/*.prl \ | ||
42 | " | ||