aboutsummaryrefslogtreecommitdiffstats
path: root/klimt
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /klimt
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'klimt')
-rw-r--r--klimt/klimt_0.6.1.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/klimt/klimt_0.6.1.oe b/klimt/klimt_0.6.1.oe
index 273006f817..432cb82206 100644
--- a/klimt/klimt_0.6.1.oe
+++ b/klimt/klimt_0.6.1.oe
@@ -6,16 +6,16 @@ LICENSE = "GPL"
RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc virtual/libqpe"
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${PN}-src-${PV}.zip
-S = "${WORKDIR}/${PN}/build/LinuxQTE"
+SRC_URI = "${SOURCEFORGE_MIRROR}/klimt/klimt-src-${PV}.zip"
+S = "${WORKDIR}/klimt/build/LinuxQTE"
-EXTRA_QMAKEVARS_POST = ' QMAKE_CXXFLAGS+=-fpermissive DESTDIR=${STAGING_LIBDIR} '
+EXTRA_QMAKEVARS_POST = " QMAKE_CXXFLAGS+=-fpermissive DESTDIR=${STAGING_LIBDIR} "
inherit palmtop
do_stage() {
# libs already in staging
- cp -a ../../include/* ${STAGING_INCDIR}/
+ cp -a ${S}/../../include/* ${STAGING_INCDIR}/
}
do_install() {