From: Michael Lauer Date: Wed, 30 Jul 2008 16:26:31 +0000 (+0000) Subject: add numptyphysics to fso image X-Git-Tag: Release-2010-05/1~6425^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d175a934904e5ef35c9f42b981039ae05348e16;p=openembedded.git add numptyphysics to fso image --- diff --git a/packages/images/fso-image.bb b/packages/images/fso-image.bb index 299e9790a1..fb5026db2a 100644 --- a/packages/images/fso-image.bb +++ b/packages/images/fso-image.bb @@ -71,6 +71,10 @@ GTK_INSTALL = "\ tangogps-fso \ " +GAMES_INSTALL = "\ + numptyphysics \ +" + # FIXME these should rather be part of alsa-state, # once Om stabilizes them... AUDIO_INSTALL_append_om-gta01 = "\ @@ -98,6 +102,7 @@ IMAGE_INSTALL = "\ ${BASE_INSTALL} \ ${X_INSTALL} \ ${GTK_INSTALL} \ + ${GAMES_INSTALL} \ ${AUDIO_INSTALL} \ ${TOOLS_INSTALL} \ ${PYTHON_INSTALL} \