diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-19 17:07:28 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-25 11:31:40 +0000 |
commit | 3d71d6e9ee69dc0119d63ae0c4d5d69f7e79b9cd (patch) | |
tree | a1f7a54a00207036ba947af17f30863373801d3c /meta-audio-4a-framework | |
parent | 9569a66fae280ad5efb4b64d9c0704c66e0a36a9 (diff) |
move 4a-hal-unicens (plugin) to gerrit
Bug-AGL: SPEC-1505
- update repo and srcrev for flounder
Change-Id: I437694d7b38dd44c2a58a9bdb095dce7cb094d2e
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb index a76cd592..16417c0a 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb @@ -1,15 +1,15 @@ SUMMARY = "4A - Unicens (MOST) Binding" DESCRIPTION = "Unicens binding (MOST audio network support) for 4A (AGL Advanced Audio Agent)" -HOMEPAGE = "https://github.com/tjahnk/4a-hal-unicens" +HOMEPAGE = "https://git.automotivelinux.org/src/4a-hal-unicens/" SECTION = "apps" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dab9a7a261563ca5dafa097c91369074" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e385f6075dcdf3ad6ff0056fca58a129" DEPENDS += "lua" -SRC_URI = "gitsm://github.com/tjahnk/4a-hal-unicens;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "a873bb0f053a56d8eb68217a901e3c5e7ca77f9b" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-unicens;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "61c059da9a3f394cb9a064631cf26bf1c122bc90" PV = "0.1+git${SRCPV}" |