summaryrefslogtreecommitdiff
path: root/qte/qte_2.3.8-snap.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qte/qte_2.3.8-snap.oe')
-rw-r--r--qte/qte_2.3.8-snap.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe
index efa050655c..2912258103 100644
--- a/qte/qte_2.3.8-snap.oe
+++ b/qte/qte_2.3.8-snap.oe
@@ -1,7 +1,7 @@
SNAPDATE = "${@'%d%02d%02d' % ( time.localtime()[0], time.localtime()[1], time.localtime()[2]-1 )}"
DESCRIPTION = "Qt/Embedded version ${PV}shot as of ${SNAPDATE}"
LICENSE = "GPL/QPL"
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}shot-${SNAPDATE}.tar.gz \
+SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}shot-${SNAPDATE}.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 () {