aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2015-10-26 03:33:24 +0000
committerManuel Bachmann <mbc@iot.bzh>2015-10-26 04:33:57 +0000
commit923eb0aba2a083c59a67e79b98ddbe7001bf6d9c (patch)
tree4b8cb7e45efd2489631533d1fc5255bce92994d2 /meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
parent96e920d213ad449590995cab195675a2b9e8441d (diff)
Provide LightMediaScanner 0.5.1, Rygel LMS plugin
LightMediaScanner (https://github.com/profusion/ lightmediascanner) is a media indexation daemon, and a hard dependency for GENIVI Media Manager *. The Rygel media server, already present, uses a dedicated plugin to collect media lists from LMS via D-Bus. We are here : - backporting a recipe recently submitted to the official "meta-openembedded" layer : http://lists.openembedded.org/pipermail/openembedded-devel/ 2015-October/104022.html - rebasing Tizen IVI patches, which have recently been rebased on top of official Rygel code, on top of our own : https://bugzilla.gnome.org/show_bug.cgi?id=757120 We can then pull Rygel LMS plugin and LightMediaScanner, enabling only plugins associated with royalty-free formats. * : https://github.com/konsulko/tizen-distro/blob/master/ meta-tizen/meta-open-ivi/recipes-apps/media-manager/ media-manager.bb Change-Id: I42b375eb5c560daa1f8ea4052a782cdaac0cc1d6 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-connectivity/rygel/rygel_%.bbappend')
-rw-r--r--meta-agl/recipes-connectivity/rygel/rygel_%.bbappend10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
index 56ccbd936..9363c3cdc 100644
--- a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
+++ b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
@@ -1,2 +1,8 @@
-# Disable everything but the media-export plugin
-PACKAGECONFIG = "media-export"
+# Disable everything but the media-export plugin, add the lms plugin
+PACKAGECONFIG = "media-export lms"
+PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin,sqlite3"
+
+# LightMediaScanner plugin patches
+SRC_URI += "file://0001-Add-LightMediaScanner-plugin.patch \
+ file://0002-lms-add-C-source-files.patch \
+ "