diff options
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} |