]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-core-x11-sato: add libsdl into sato image
authorJiajun Xu <jiajun.xu@intel.com>
Mon, 22 Aug 2011 15:30:18 +0000 (23:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:23:17 +0000 (18:23 -0700)
We add libsdl into sato image since some 3D graphics testing needs it.

Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
meta/recipes-sato/tasks/task-core-x11-sato.bb

index cd71077660c0077edb2dfab24b0b4eba3de68fff..ed43075d6b7b37baef14b059750ba30e0f2f0c62 100644 (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}"