X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-connectivity%2Frygel%2Frygel_%25.bbappend;h=082d456c4e08d572fc9e9020121f41e072a99564;hb=92dac58d4f9731316ca50674f67a77f0690cb092;hp=3f3f7496936be20d8bf2a667e6f97b08bbea5ce7;hpb=8dbe745604d66c741a6d9923b67f5d579c6f2dae;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend index 3f3f74969..082d456c4 100644 --- a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend +++ b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend @@ -1,3 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + # Disable everything but the media-export plugin, add the lms plugin PACKAGECONFIG = "media-export lms" PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin,sqlite3" @@ -5,6 +7,7 @@ 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 \ + file://0001-Fix-missing-link-to-unistring-for-lms-plugin.patch \ file://rygel.service \ " @@ -13,7 +16,7 @@ inherit systemd do_install_append() { # Install rygel systemd service if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then - install -p -D ${WORKDIR}/rygel.service ${D}${systemd_user_unitdir}/rygel.service + install -m 644 -p -D ${WORKDIR}/rygel.service ${D}${systemd_user_unitdir}/rygel.service # Execute these manually on behalf of systemctl script (from systemd-systemctl-native.bb) # because it does not support systemd's user mode.