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:17 -0700 |
commit | 0934dc7c421ea6fb8f16ce535be72dda9ecb17de (patch) | |
tree | 1db5eb25d13fd8068a53e5d79715528d773f519e /meta/recipes-sato | |
parent | f3945cf1a9d33438afbcb28ee35edc10b9d047d9 (diff) | |
download | openembedded-core-0934dc7c421ea6fb8f16ce535be72dda9ecb17de.tar.gz openembedded-core-0934dc7c421ea6fb8f16ce535be72dda9ecb17de.tar.bz2 openembedded-core-0934dc7c421ea6fb8f16ce535be72dda9ecb17de.tar.xz openembedded-core-0934dc7c421ea6fb8f16ce535be72dda9ecb17de.zip |
task-core-x11-sato: add libsdl into sato image
We add libsdl into sato image since some 3D graphics testing needs it.
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-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 cd7107766..ed43075d6 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}" |