diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-27 12:15:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-27 12:15:38 +0000 |
commit | 26da2a2435c69e972f57d5daeb30459b78064ea8 (patch) | |
tree | 6cc59946abf3c121923646053bdbba34d4d8e0cc /opie-3rdparty/tickypip_0.1.2.oe | |
parent | c77780bbcb49d05b967d0474b90899b7a0b168d9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/06/27 14:15:30+02:00 uni-frankfurt.de!mickey
remove explicit install of .desktop file.
opie.oeclass now allows overriding APPDESKTOP directory
BKrev: 40deba6aRcF9UDqafuz0Amf5ZJo7NQ
Diffstat (limited to 'opie-3rdparty/tickypip_0.1.2.oe')
-rw-r--r-- | opie-3rdparty/tickypip_0.1.2.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opie-3rdparty/tickypip_0.1.2.oe b/opie-3rdparty/tickypip_0.1.2.oe index 61776c2430..396f6d7907 100644 --- a/opie-3rdparty/tickypip_0.1.2.oe +++ b/opie-3rdparty/tickypip_0.1.2.oe @@ -13,7 +13,7 @@ SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \ APPNAME = "tickypip" APPTYPE = "binary" -APPDESKTOP = "${S}" +APPDESKTOP = "${WORKDIR}" QMAKE_PROFILES = "tickypip.pro" @@ -25,7 +25,6 @@ do_install () { # copy share install -d ${D}/${palmtopdir}/share/${APPNAME}/ install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/ - install -m 0644 ${WORKDIR}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games/ } |