Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 27 Sep 2004 14:06:13 +0000 (14:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 27 Sep 2004 14:06:13 +0000 (14:06 +0000)
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages

2004/09/27 16:05:58+02:00 hrw.one.pl!hrw
snes9x-sdl-qpe: fix packaging

BKrev: 41581e557MrTr0z0SkujE6guv7zObw

snes9x/snes9x-sdl-qpe_1.39.oe

index 5b53f87..6b32e8b 100644 (file)
@@ -2,12 +2,13 @@ DESCRIPTION = "Super Nintendo Emulator based on SDL, QtE Palmtop Environments Ed
 SECTION = "base"
 PRIORITY = "optional"
 DEPENDS = "libsdl-qpe"
+PR = "r1"
 
 SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \
           file://compile.patch;patch=1"
 S = "${WORKDIR}/snes9x-sdl-${PV}"
 
-FILES_${PN} = "${TARGET_PALMTOPDIR}"
+FILES_${PN} = "${palmtopdir}/bin/snes9x"
 
 do_compile() {
        oe_runmake CC="${CC}" CCC="${CXX}" \
@@ -16,7 +17,7 @@ do_compile() {
 }
 
 do_install() {
-       install -d ${D}/${TARGET_PALMTOPDIR}/${bindir}
-       install -m 0755 snes9x ${D}/${TARGET_PALMTOPDIR}/${bindir}/snes9x
+       install -d ${D}/${palmtopdir}/bin/
+       install -m 0755 snes9x ${D}/${palmtopdir}/bin/snes9x
 }