diff options
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 332d0eb869..e29450ce82 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Qt/Embedded version ${PV}" LICENSE = "GPL/QPL" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://${FILESDIR}/qpe.patch;patch=1 \ file://${FILESDIR}/tslib.patch;patch=1 \ file://${FILESDIR}/devfs.patch;patch=1 \ @@ -58,7 +58,7 @@ do_compile() { do_stage() { oe_soinstall lib/libqte.so.${PV} ${STAGING_LIBDIR} rm -f include/qxt.h - cp -pfLR include/* ${STAGING_DIR}/target/include/ + cp -pfLR include/* ${STAGING_INCDIR}/ } do_install() { |