Merge "Update homescreen-2017 SRCREV"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 26 Nov 2017 20:55:04 +0000 (20:55 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Sun, 26 Nov 2017 20:55:04 +0000 (20:55 +0000)
meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb
meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb

index 457de1a..5165f94 100644 (file)
@@ -18,7 +18,7 @@ DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0"
 
 do_aglwgt_deploy_append() {
        cat <<'EOF' >${D}/${sysconfdir}/agl-postinsts/99_4A_service_patch.sh
-N=100
+N=600
 svcfile="/usr/local/lib/systemd/*/afm-service-agl-service-audio-4a*.service"
 set -x
 echo "-- TMP 4A INSTALL FIX from meta-agl/meta-app-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb - MUST BE REMOVED !!!"
@@ -28,7 +28,7 @@ while ! ls $svcfile > /dev/null; do
        sleep 0.2
        N=$(expr $N - 1)
 done
-sed -i -e 's|--verbose |--verbose --ldpath=/usr/libexec/agl/afb-aaaa/lib/:/usr/libexec/agl/4a-alsa-core/lib/ |' $svcfile
+sed -i -e 's|/usr/bin/afb-daemon\>|& --ldpath=/usr/libexec/agl/afb-aaaa/lib:/usr/libexec/agl/4a-alsa-core/lib|' $svcfile
 echo "-- TMP 4A INSTALL FIX END"
 
 EOF
index fa9d4bb..12de70b 100644 (file)
@@ -14,6 +14,6 @@ S  = "${WORKDIR}/git"
 
 inherit cmake aglwgt pkgconfig
 
-DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 mxml"
+DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 libxml2"
 RDEPENDS_${PN} += "mxml "