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 /zsafe/zsafe_2.1.2.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'zsafe/zsafe_2.1.2.oe')
-rw-r--r-- | zsafe/zsafe_2.1.2.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe index a1020665ff..ce04c14b84 100644 --- a/zsafe/zsafe_2.1.2.oe +++ b/zsafe/zsafe_2.1.2.oe @@ -7,12 +7,12 @@ LICENSE = "GPL" RDEPENDS = "libqpe1" DEPENDS = "virtual/libc virtual/libqpe" -#SRC_URI = http://z-soft.z-portal.info/${PN}/${PN}_${PV}.tgz -SRC_URI = http://www.lunix.com.ar/~ldipenti/${PN}_${PV}.tgz +#SRC_URI = http://z-soft.z-portal.info/zsafe/zsafe_${PV}.tgz +SRC_URI = "http://www.lunix.com.ar/~ldipenti/zsafe_${PV}.tgz" inherit palmtop -QMAKE_PROFILES = zsafe.pro +QMAKE_PROFILES = "zsafe.pro" do_install() { install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics/zsafe} |