summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-06-28 17:08:38 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-04 09:29:09 +0000
commitd51e3421345cf0d1659abf52d602734ee13bca37 (patch)
tree2f552f01ede22e67ae59fdf0e29e01d6e40b6d44
parent9ee72b18746b8243e045b47e06210c9c020c0313 (diff)
Add mp3 support in lightmediascanner for AGL demo
Supporting 'mp3' scan of LMS is dropped by PACKAGECONFIG in meta-agl. (It is supported in meta-openembedded by default.) When displaying AGL demonstration, supporting MP3 is preferable. Change-Id: I3f95cafbb9ca2d8334442fb04a659934e6b4430e Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
new file mode 100644
index 00000000..3dbf82c0
--- /dev/null
+++ b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
@@ -0,0 +1,2 @@
+# add support MP3 because of the format of music files for AGL CES/ALS2017 Demo
+PACKAGECONFIG_append = " id3"