diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-02 17:30:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-07 17:36:46 +0100 |
commit | 6ba16f8b9348a8021cc9684ffe37a2977be28795 (patch) | |
tree | 17969212ec5b418a54442332371b34bbcf0fa79a | |
parent | f244d42300e290fac43bedf875c199fa0e8ad2f5 (diff) | |
download | meta-ti-6ba16f8b9348a8021cc9684ffe37a2977be28795.tar.gz |
cloud9-image: add mplayer to test media playback
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-misc/images/cloud9-image.bb | 1 |
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 | ||
30 | export IMAGE_BASENAME = "Cloud9-IDE" | 31 | export IMAGE_BASENAME = "Cloud9-IDE" |