Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/audioreach-audio-utils/audioreach-audio-utils_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SUMMARY = "Audioroute for AudioReach"
LICENSE = "Apache-2.0 & BSD-3-Clause-Clear"
LIC_FILES_CHKSUM = "file://audio_route.c;beginline=2;endline=20;md5=84ef494e74239b3871a4da47f3702691"

SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
SRCREV = "0f24b9f8788ed5d9919f50eeede904a0ca3863cc"
PV = "0.0+git"
SRC_URI = "git://github.com/Audioreach/audioreach-audio-utils.git;protocol=https;branch=main"

S = "${UNPACKDIR}/${PN}-${PV}/audio-route"
Expand Down
4 changes: 2 additions & 2 deletions recipes/audioreach-conf/audioreach-conf_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/Audioreach/audioreach-conf"
LICENSE = "BSD-3-Clause-Clear"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a"

SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
SRCREV = "0128ed85e266caa7e44bb53049cc27d4b441c9da"
PV = "0.0+git"
SRC_URI = "git://github.com/Audioreach/audioreach-conf.git;protocol=https;branch=master"

EXTRA_OECONF += "--with-qcom"
Expand Down
4 changes: 2 additions & 2 deletions recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SUMMARY = "AudioReach Graph Manager"
LICENSE = "BSD-3-Clause-Clear"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a"

SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
SRCREV = "a121c1ac6ef0901e5cc80643b5acdc9061a36819"
PV = "0.0+git"
SRC_URI = "git://github.com/Audioreach/audioreach-graphmgr.git;protocol=https;branch=master"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SUMMARY = "AudioReach Graph Service"
LICENSE = "BSD-3-Clause-Clear"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=7a434440b651f4a472ca93716d01033a"

SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
SRCREV = "f6e14da21205dfdc06dc2aca6bf64dde9e38f560"
PV = "0.0+git"
SRC_URI = "git://github.com/Audioreach/audioreach-graphservices.git;protocol=https;branch=master"

DEPENDS = "glib-2.0 audioreach-kernel-headers"
Expand Down
2 changes: 1 addition & 1 deletion recipes/audioreach-pal/audioreach-pal-headers_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PalDefs.h;beginline=30;endline=31;md5=e733afaf233fbcb

SRCPROJECT = "git://github.com/Audioreach/audioreach-pal.git"
SRCBRANCH = "qclinux1.0"
SRCREV = "39d15d243c05465a9d4bb1c8688da47017409439"
SRCREV = "78a1453984b5478ecef05cfa2648078aa728d6cf"

SRC_URI = "${SRCPROJECT};protocol=https;branch=${SRCBRANCH};"
S = "${UNPACKDIR}/${PN}-${PV}/inc"
Expand Down
4 changes: 2 additions & 2 deletions recipes/audioreach-pal/audioreach-pal_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://Pal.cpp;beginline=31;endline=32;md5=e733afaf233fbcbc2
SRCPROJECT = "git://github.com/Audioreach/audioreach-pal.git"
SRCBRANCH = "qclinux1.0"

SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
SRCREV = "78a1453984b5478ecef05cfa2648078aa728d6cf"
PV = "0.0+git"
SRC_URI = "${SRCPROJECT};protocol=https;branch=${SRCBRANCH}"


Expand Down
Loading