From 5c78d94543c81f8e53e48ebc616ec729fa872533 Mon Sep 17 00:00:00 2001 From: Jiajun Xu Date: Mon, 22 Aug 2011 23:30:18 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-sato/tasks/task-core-x11-sato.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato/tasks/task-core-x11-sato.bb') diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb index cd71077660..ed43075d6b 100644 --- a/meta/recipes-sato/tasks/task-core-x11-sato.bb +++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb @@ -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}" -- cgit v1.2.3-54-g00ecf