From: Tadao Tanikawa Date: Wed, 28 Jun 2017 08:08:38 +0000 (+0900) Subject: Add mp3 support in lightmediascanner for AGL demo X-Git-Tag: 4.99.1~47 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2a0e9f5cb47ee770ed8eb4642b9b227299ba5e82;hp=efb1cb852090c4319906ef0b102a34dc12e6f603;p=AGL%2Fmeta-agl-demo.git 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 --- diff --git a/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend new file mode 100644 index 000000000..3dbf82c0a --- /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"