diff --git a/recipes/audioreach-conf/audioreach-conf_git.bb b/recipes/audioreach-conf/audioreach-conf_git.bb index 0635889..85ed22f 100644 --- a/recipes/audioreach-conf/audioreach-conf_git.bb +++ b/recipes/audioreach-conf/audioreach-conf_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/Audioreach/audioreach-conf" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a" -SRCREV = "0128ed85e266caa7e44bb53049cc27d4b441c9da" +SRCREV = "2b83d661da6d7dd5adc12fa3235aad65ca2b4d25" PV = "0.0+git" SRC_URI = "git://github.com/Audioreach/audioreach-conf.git;protocol=https;branch=master" diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index efc0970..44b78b4 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -3,16 +3,16 @@ SUMMARY = "AudioReach Graph Service" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a" -SRCREV = "f6e14da21205dfdc06dc2aca6bf64dde9e38f560" +SRCREV = "c55e27221d7190e4c175dba6c3bfb3c61a2ed22c" PV = "0.0+git" SRC_URI = "git://github.com/Audioreach/audioreach-graphservices.git;protocol=https;branch=master" DEPENDS = "glib-2.0 audioreach-kernel-headers" EXTRA_OECONF = "--with-syslog --with-glib --without-cutils --with-dummy_diag --with-qcom --with-audio_dma_support" -EXTRA_OECONF += "--without-ats_transport_tcp_ip --without-ats_data_logging" +EXTRA_OECONF += "--without-ats_transport_tcp_ip --without-ats_data_logging --with-msm-audio-ion-disable" CFLAGS += "-Wno-int-conversion" -SOLIBS = ".so" +SOLIBS = ".so*" FILES_SOLIBSDEV = "" INSANE_SKIP:${PN} = "dev-so"