From 20091a9f08c82d101ae730d682c402f80a97a4fc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 12 Dec 2012 06:30:04 +0100 Subject: qtjsbackend: use common qt5.inc Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtjsbackend.inc | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'recipes-qt/qt5') 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 @@ +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 \ -" -- cgit v1.2.3-54-g00ecf