task-core-x11-sato: add libsdl into sato image

We add libsdl into sato image since some 3D graphics testing needs it.

(From OE-Core rev: 0934dc7c421ea6fb8f16ce535be72dda9ecb17de)

Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jiajun Xu 2011-08-22 23:30:18 +08:00 committed by Richard Purdie
parent 9a75040320
commit 5c78d94543
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DESCRIPTION = "Sato Tasks for Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r30"
PR = "r31"
PACKAGES = "\
task-core-x11-sato \
@ -33,4 +33,5 @@ RDEPENDS_task-core-x11-sato = "\
gtk-sato-engine \
gthumb \
x11vnc \
libsdl \
${NETWORK_MANAGER}"