summaryrefslogtreecommitdiffstats
path: root/recipes-misc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-02 17:30:58 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-07 17:36:46 +0100
commit6ba16f8b9348a8021cc9684ffe37a2977be28795 (patch)
tree17969212ec5b418a54442332371b34bbcf0fa79a /recipes-misc
parentf244d42300e290fac43bedf875c199fa0e8ad2f5 (diff)
downloadmeta-ti-6ba16f8b9348a8021cc9684ffe37a2977be28795.tar.gz
cloud9-image: add mplayer to test media playback
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-misc')
-rw-r--r--recipes-misc/images/cloud9-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb
index 826dc932..087e88f0 100644
--- a/recipes-misc/images/cloud9-image.bb
+++ b/recipes-misc/images/cloud9-image.bb
@@ -25,6 +25,7 @@ IMAGE_INSTALL += " \
25 tar \ 25 tar \
26 gdb gdbserver \ 26 gdb gdbserver \
27 nodejs-dev \ 27 nodejs-dev \
28 mplayer2 \
28" 29"
29 30
30export IMAGE_BASENAME = "Cloud9-IDE" 31export IMAGE_BASENAME = "Cloud9-IDE"