mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 14:14:36 +02:00
qtjsbackend: use common qt5.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
require qt5.inc
|
||||
|
||||
# FIXME!!!
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
|
||||
|
||||
DEPENDS = "qtbase qtjsbackend-native"
|
||||
|
||||
QT_MODULE = "${PN}"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
inherit qmake5
|
||||
@@ -30,13 +31,3 @@ do_configure () {
|
||||
|
||||
${OE_QMAKE_QMAKE} -r -d
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install INSTALL_ROOT=${D}
|
||||
}
|
||||
|
||||
FILES_${PN}-dev += "\
|
||||
${incdir}/qt5/* \
|
||||
${datadir}/qt5/* \
|
||||
${libdir}/*.prl \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user