Add mp3 support in lightmediascanner for AGL demo 73/9873/3
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Wed, 28 Jun 2017 08:08:38 +0000 (17:08 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 4 Jul 2017 09:29:02 +0000 (09:29 +0000)
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>
recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend [new file with mode: 0644]

diff --git a/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
new file mode 100644 (file)
index 0000000..3dbf82c
--- /dev/null
@@ -0,0 +1,2 @@
+# add support MP3 because of the format of music files for AGL CES/ALS2017 Demo
+PACKAGECONFIG_append = " id3"