diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /pocketcellar | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'pocketcellar')
-rw-r--r-- | pocketcellar/pocketcellar_1.1.oe | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/pocketcellar/pocketcellar_1.1.oe b/pocketcellar/pocketcellar_1.1.oe index eb4dcb8ef8..9a1ef31ab6 100644 --- a/pocketcellar/pocketcellar_1.1.oe +++ b/pocketcellar/pocketcellar_1.1.oe @@ -6,12 +6,12 @@ LICENSE = "GPL" RDEPENDS = "libqpe1" DEPENDS = "virtual/libc" -SRC_URI = http://www.staikos.net/~staikos/${PN}/${P}.tar.gz \ - file://${FILESDIR}/gcc3.patch;patch=1 +SRC_URI = "http://www.staikos.net/~staikos/pocketcellar/pocketcellar-${PV}.tar.gz \ + file://${FILESDIR}/gcc3.patch;patch=1" inherit palmtop -EXTRA_QMAKEVARS_POST= DESTDIR=pkg-cellar/home/QtPalmtop/bin/ +EXTRA_QMAKEVARS_POST = " DESTDIR=pkg-cellar/home/QtPalmtop/bin/" do_install() { install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} @@ -23,6 +23,4 @@ do_install() { cp pocketcellar.png ${D}/opt/QtPalmtop/pics/ } -FILES_${PN}= -FILES_${PN}=/ - +FILES_${PN} = "/" |