From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- kstars/kstars-embedded_0.8.5.oe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kstars') 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 -- cgit v1.2.3