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 /petitepainture | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'petitepainture')
-rw-r--r-- | petitepainture/petitepainture_1.0.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/petitepainture/petitepainture_1.0.oe b/petitepainture/petitepainture_1.0.oe index 4cfd771a58..f74fb93247 100644 --- a/petitepainture/petitepainture_1.0.oe +++ b/petitepainture/petitepainture_1.0.oe @@ -5,12 +5,12 @@ LICENSE = "GPL" RDEPENDS = "libqpe1" DEPENDS = "virtual/libc" -SRC_URI = http://sun.dhis.portside.net/~sakira/archive/SPainter_1.0-1_src.tar.gz +SRC_URI = "http://sun.dhis.portside.net/~sakira/archive/SPainter_${PV}-1_src.tar.gz" S = "${WORKDIR}/SPainter" inherit palmtop -QMAKE_PROFILES = spainter.pro +QMAKE_PROFILES = "spainter.pro" do_install() { install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} |