diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 15:55:03 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 16:30:33 -0500 |
commit | 83e08d62a81dcdcfe9e7bb7bea1bd8469478cd69 (patch) | |
tree | 7e56d1d76cd88f8ec99bb860d0abcc40da4dfa66 /recipes-apis | |
parent | f9599349fb143651e48453fcb8391da3166f3854 (diff) |
Fix S definitions in various recipes
Bitbake in poky master now warns if the path in the S variable
definition has a trailing '/', remove all occurrences to reduce
"next" branch maintenance.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I226095245c208e579b6b176d333918d5e1c70844
Diffstat (limited to 'recipes-apis')
-rw-r--r-- | recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb b/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb index 99773a42c..03e6a0eb5 100644 --- a/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb +++ b/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb @@ -9,7 +9,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-cloudproxy;p SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" DEPENDS = "azure-iot-sdk-c aws-iot-device-sdk-embedded-c glib-2.0 nlohmann-json" |