summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
diff options
context:
space:
mode:
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 \
+ "