diff options
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-snips-inference')
2 files changed, 3 insertions, 4 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb index df18ac53..3f993c74 100644 --- a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb +++ b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb @@ -4,12 +4,11 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ecab3ce0771d366e0f8e4ca058eb48e7" SRC_URI += " \ - git://github.com/malik727/snips-inference-agl.git;protocol=https;branch=main \ + git://gerrit.automotivelinux.org/gerrit/src/snips-inference-agl;protocol=https;branch=${AGL_BRANCH} \ " -PV = "0.2.0+git${SRCPV}" +SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" -SRCREV = "6d45b8d814b1937251524dd8a1e8cac0d8cab5de" DEPENDS += " \ python3-setuptools-native \ diff --git a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb index 491e4633..d0bc55e7 100644 --- a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb +++ b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://../LICENSE;md5=fdebc354a9200f9dc847e624d4584ea9" SRC_URI += " \ - git://github.com/malik727/snips-nlu-utils.git;protocol=https;branch=master \ + git://github.com/snipsco/snips-nlu-utils.git;protocol=https;branch=master \ " PV = "0.9.1+git${SRCPV}" |