diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 06:29:34 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 20:08:47 +0100 |
commit | 0ff97f9e6a959216c164d728cad7962a2a2909e2 (patch) | |
tree | 6a2e873894859515cb18ae51e6477d95c27a1bc8 /recipes-qt/qt5 | |
parent | 97f4709e4c5e3facea506cde3c98a4175c01be63 (diff) | |
download | meta-qt5-0ff97f9e6a959216c164d728cad7962a2a2909e2.tar.gz |
qtdeclarative: use common qt5.inc, fix invalid PACKAGES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative.inc | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc index b36b46ad..db944be6 100644 --- a/recipes-qt/qt5/qtdeclarative.inc +++ b/recipes-qt/qt5/qtdeclarative.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | require qt5.inc | ||
2 | |||
1 | # FIXME!!! | 3 | # FIXME!!! |
2 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
3 | 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" |
@@ -6,8 +8,6 @@ DEPENDS = "qtbase qtjsbackend" | |||
6 | 8 | ||
7 | INC_PR = "r0" | 9 | INC_PR = "r0" |
8 | 10 | ||
9 | QT_MODULE = "${PN}" | ||
10 | |||
11 | inherit qmake5 | 11 | inherit qmake5 |
12 | 12 | ||
13 | SRC_URI += " \ | 13 | SRC_URI += " \ |
@@ -31,18 +31,8 @@ do_install() { | |||
31 | oe_runmake install INSTALL_ROOT=${D} | 31 | oe_runmake install INSTALL_ROOT=${D} |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dev = "\ | ||
35 | ${includedir}/qt5/* \ | ||
36 | ${datadir}/qt5/mkspecs/* \ | ||
37 | ${libdir}/*.prl \ | ||
38 | ${libdir}/cmake/* \ | ||
39 | ${libdir}/pkgconfig/*.pc \ | ||
40 | " | ||
41 | |||
42 | FILES_${PN}-staticdev = "${libdir}/*.la" | ||
43 | FILES_${PN}-tools = "${bindir}/*" | ||
44 | FILES_${PN}-qmlplugins = "${libdir}/qt5/qml/*" | 34 | FILES_${PN}-qmlplugins = "${libdir}/qt5/qml/*" |
45 | FILES_${PN}-qmltooling = "${libdir}/qt5/plugins/qmltooling/*" | 35 | FILES_${PN}-qmltooling = "${libdir}/qt5/plugins/qmltooling/*" |
46 | FILES_${PN}-qmltooling-dbg = "${libdir}/qt5/plugins/qmltooling/.debug/*" | 36 | FILES_${PN}-qmltooling-dbg = "${libdir}/qt5/plugins/qmltooling/.debug/*" |
47 | 37 | ||
48 | PACKAGES += "FILES_${PN}-tools FILES_${PN}-qmlplugins FILES_${PN}-qmltooling FILES_${PN}-qmltooling-dbg" | 38 | PACKAGES .= "${PN}-qmlplugins ${PN}-qmltooling ${PN}-qmltooling-dbg" |