From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/classes/sdl.bbclass | 44 ---------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 openembedded/classes/sdl.bbclass (limited to 'openembedded/classes/sdl.bbclass') diff --git a/openembedded/classes/sdl.bbclass b/openembedded/classes/sdl.bbclass deleted file mode 100644 index c0b21427a..000000000 --- a/openembedded/classes/sdl.bbclass +++ /dev/null @@ -1,44 +0,0 @@ -# -# (C) Michael 'Mickey' Lauer -# - -DEPENDS += "virtual/libsdl libsdl-mixer libsdl-image" - -APPDESKTOP ?= "${PN}.desktop" -APPNAME ?= "${PN}" -APPIMAGE ?= "${PN}.png" - -sdl_do_sdl_install() { - install -d ${D}${palmtopdir}/bin - install -d ${D}${palmtopdir}/pics - install -d ${D}${palmtopdir}/apps/Games - ln -sf ${bindir}/${APPNAME} ${D}${palmtopdir}/bin/${APPNAME} - install -m 0644 ${APPIMAGE} ${D}${palmtopdir}/pics/${PN}.png - - if [ -e "${APPDESKTOP}" ] - then - echo ${APPDESKTOP} present, installing to palmtopdir... - install -m 0644 ${APPDESKTOP} ${D}${palmtopdir}/apps/Games/${PN}.desktop - else - echo ${APPDESKTOP} not present, creating one on-the-fly... - cat >${D}${palmtopdir}/apps/Games/${PN}.desktop <