From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 22 Mar 2004 22:37:29 +0000
Subject: Another pass of .oe cleanups.

BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
---
 klimt/klimt_0.6.1.oe | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'klimt')

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() {
-- 
cgit v1.2.3