diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-07-20 15:25:10 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-21 15:09:00 +0000 |
commit | 4ca8cfe0a8b2e58da04e5f973ef71cf2403cfc31 (patch) | |
tree | 683b93dd544737efbd0d5ec29e0b2e73fed496a4 /meta-agl-profile-core/recipes-test | |
parent | e06a4021c336b3d0806b44e06b64173700cdaa77 (diff) |
meta-agl-profile-core: fix afb-test LIC_FILES_CHKSUM
The previous update to LIC_FILES_CHKSUM in afb-test was incorrectly
pointing at a non-existent file, update to point at the newly renamed
file in the actual source tree.
Bug-AGL: SPEC-3440
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ifc61e9287ceb7e9d76abee5635dee53fd2920c57
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25036
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-profile-core/recipes-test')
-rw-r--r-- | meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb index 90d539f8a..5246abb00 100644 --- a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb +++ b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "This make testing binding running with Application Framework bind easier by simply test verb return as well as event reception." HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-afb-test" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}" |