qtjsbackend: fixed packaging

Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
This commit is contained in:
Mikko Levonmaa 2012-12-07 08:45:43 -08:00
parent a45a6a184f
commit 18b6ac18c7
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ do_configure () {
# of an error on the native recipe... # of an error on the native recipe...
cp ${WORKDIR}/qmake.conf ${S}/.qmake.conf cp ${WORKDIR}/qmake.conf ${S}/.qmake.conf
${OE_QMAKE_QMAKE} -d ${OE_QMAKE_QMAKE} -r -d
} }
do_install() { do_install() {
@ -34,7 +34,7 @@ do_install() {
} }
FILES_${PN}-dev += "\ FILES_${PN}-dev += "\
${STAGING_INCDIR}/qt5 \ ${incdir}/qt5/* \
${STAGING_DATADIR}/qt5 \ ${datadir}/qt5/* \
${libdir}/*.prl \ ${libdir}/*.prl \
" "