From: Rolf Leggewie Date: Tue, 27 Oct 2009 09:41:45 +0000 (+0100) Subject: ballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/ X-Git-Tag: Release-2010-05/1~1891^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa6b034ba29c9c5419f461c0646d7a86cf55dc5;p=openembedded.git ballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/ --- diff --git a/recipes/libsdl/ballfield_1.0.bb b/recipes/libsdl/ballfield_1.0.bb index 9b44be5516..9cb361add2 100644 --- a/recipes/libsdl/ballfield_1.0.bb +++ b/recipes/libsdl/ballfield_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "This is a cute little "3D" sprite demo using SDL and SDL_image." -DEPENDS = "vrtual/libsdl libsdl-image" +DEPENDS = "virtual/libsdl libsdl-image" LICENSE = "GPLv2" SRC_URI = "http://olofson.net/download/ballfield-${PV}.tar.gz"