From: Michael Lauer Date: Sat, 22 Apr 2006 20:54:23 +0000 (+0000) Subject: sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaults X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f66eb0a68cc75da4657ba28f604434b8aa9ca3;p=openembedded.git sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaults --- diff --git a/classes/sdl.bbclass b/classes/sdl.bbclass index 75f6ea8f26..d458a144c7 100644 --- a/classes/sdl.bbclass +++ b/classes/sdl.bbclass @@ -4,9 +4,9 @@ DEPENDS += "virtual/libsdl libsdl-mixer libsdl-image" -APPDESKTOP = "${PN}.desktop" -APPNAME = "${PN}" -APPIMAGE = "${PN}.png" +APPDESKTOP ?= "${PN}.desktop" +APPNAME ?= "${PN}" +APPIMAGE ?= "${PN}.png" sdl_do_sdl_install() { install -d ${D}${palmtopdir}/bin