diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-14 13:07:37 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:25:48 +0000 |
commit | da8af2c9420da725b49a639d18edca8c7834c609 (patch) | |
tree | da1bd065e52de136cfea8e0e94081548cca92643 /recipes-demo/waltham-receiver | |
parent | 2984c298e538493dc9ca26a685ad82c0dbd15415 (diff) |
Remove unneeded gitsm usage from app recipes
Replace remaining now unnecessary gitsm fetcher usage with just
plain git.
Bug-AGL: SPEC-3748
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic6913eb833ea3a8166db02064828f737da49cf92
Diffstat (limited to 'recipes-demo/waltham-receiver')
-rw-r--r-- | recipes-demo/waltham-receiver/waltham-receiver_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/waltham-receiver/waltham-receiver_git.bb b/recipes-demo/waltham-receiver/waltham-receiver_git.bb index 113782bec..670ca8ba4 100644 --- a/recipes-demo/waltham-receiver/waltham-receiver_git.bb +++ b/recipes-demo/waltham-receiver/waltham-receiver_git.bb @@ -6,7 +6,7 @@ SECTION = "apps" LICENSE = "Apache-2.0 & MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=374fee6a7817f1e1a5a7bfb7b7989553" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/waltham-receiver.git;protocol=https;branch=${AGL_BRANCH}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/waltham-receiver.git;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" |