aboutsummaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /kstars
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars-embedded_0.8.5.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars-embedded_0.8.5.oe b/kstars/kstars-embedded_0.8.5.oe
index 0fef5bb23d..144e452b39 100644
--- a/kstars/kstars-embedded_0.8.5.oe
+++ b/kstars/kstars-embedded_0.8.5.oe
@@ -5,7 +5,7 @@ LICENSE = "GPL"
RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc"
-SRC_URI = http://kstars.sourceforge.net/${P}.tar.gz
+SRC_URI = "http://kstars.sourceforge.net/kstars-${PV}.tar.gz"
S = "${WORKDIR}/kstars"
inherit palmtop
@@ -14,8 +14,8 @@ inherit palmtop
do_install() {
install -d ${D}/opt/QtPalmtop/{bin,lib,apps/Applications,pics/kstars}
- install -m 0755 ${STAGING_DIR}/target/bin/kstars ${D}/opt/QtPalmtop/bin/kstars
- rm -f ${STAGING_DIR}/target/bin/kstars
+ install -m 0755 ${STAGING_LIBDIR}/../bin/kstars ${D}/opt/QtPalmtop/bin/kstars
+ rm -f ${STAGING_LIBDIR}/../bin/kstars
echo "[Desktop Entry]" >${D}/opt/QtPalmtop/apps/Applications/kstars.desktop
echo "Comment=The Universe, in your Hands!" >>${D}/opt/QtPalmtop/apps/Applications/kstars.desktop