diff --git a/recipes/audioreach-conf/audioreach-conf_git.bb b/recipes/audioreach-conf/audioreach-conf_git.bb index b81be5c..b6292e9 100644 --- a/recipes/audioreach-conf/audioreach-conf_git.bb +++ b/recipes/audioreach-conf/audioreach-conf_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "AudioReach configurations" -HOMEPAGE = "https://github.com/Audioreach/audioreach-conf" +HOMEPAGE = "https://github.com/AudioReach/audioreach-conf" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=849c526521c1203a789a87389d328892" @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=849c526521c1203a789a87389d328892" SRCREV = "7143e0fe9278b81de7276a372d4595fff36167e8" PV = "1.0+git${SRCPV}" -SRC_URI = "git://github.com/Audioreach/audioreach-conf.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-conf.git;protocol=https;branch=master" EXTRA_OECONF:append:qcom = " --with-qcom" diff --git a/recipes/audioreach-engine/audioreach-engine_git.bb b/recipes/audioreach-engine/audioreach-engine_git.bb index 481342e..cdd9a60 100644 --- a/recipes/audioreach-engine/audioreach-engine_git.bb +++ b/recipes/audioreach-engine/audioreach-engine_git.bb @@ -1,12 +1,12 @@ SUMMARY = "AudioReach Engine" -HOMEPAGE = "https://github.com/Audioreach/audioreach-engine" +HOMEPAGE = "https://github.com/AudioReach/audioreach-engine" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://LICENSE;md5=b92f4957907c1bfc5cf7bb5a7ab8cefb" SRCREV = "8ab1fa1895499604b761efb19f61cbed31fedb49" PV = "0.0+git" -SRC_URI = "git://github.com/Audioreach/audioreach-engine.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-engine.git;protocol=https;branch=master" #https://stackoverflow.com/questions/61473077/didnt-pass-ldflags-ldflags TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb index 52e1e07..e81c434 100644 --- a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb +++ b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb" SRCREV = "b5587a73c25085268aad89839fea04906063385d" PV = "0.0+git" -SRC_URI = "git://git@github.com/Audioreach/audioreach-graphmgr.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-graphmgr.git;protocol=https;branch=master" SRC_URI += "file://agm_server.service" SRC_URI += "file://agm-dbus.conf" diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index b8ca192..9d68bdd 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef516c5438f1b599326a5e207572f477" SRCREV = "8445aee939cb8b37d80eccf6b43baf778fef23c4" PV = "0.0+git" -SRC_URI = "git://git@github.com/Audioreach/audioreach-graphservices.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-graphservices.git;protocol=https;branch=master" DEPENDS = "glib-2.0" DEPENDS:append:qcom = " audioreach-kernel-headers"