diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2011-08-22 23:30:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:35 -0700 |
commit | 5c78d94543c81f8e53e48ebc616ec729fa872533 (patch) | |
tree | a43b228438314945d6e48ceb588aa1a13bb08fce /meta | |
parent | 9a75040320ec12da1a08bbe88d11b8da089e4a2a (diff) | |
download | poky-5c78d94543c81f8e53e48ebc616ec729fa872533.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/tasks/task-core-x11-sato.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r30" | 9 | PR = "r31" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-core-x11-sato \ | 12 | task-core-x11-sato \ |
@@ -33,4 +33,5 @@ RDEPENDS_task-core-x11-sato = "\ | |||
33 | gtk-sato-engine \ | 33 | gtk-sato-engine \ |
34 | gthumb \ | 34 | gthumb \ |
35 | x11vnc \ | 35 | x11vnc \ |
36 | libsdl \ | ||
36 | ${NETWORK_MANAGER}" | 37 | ${NETWORK_MANAGER}" |