summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
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:02 +0000
commit2a0e9f5cb47ee770ed8eb4642b9b227299ba5e82 (patch)
treeb91a06f72b1766839d9c709f3f1788f0a480a0fc /recipes-multimedia
parentefb1cb852090c4319906ef0b102a34dc12e6f603 (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>
Diffstat (limited to 'recipes-multimedia')
-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"