meta-agl-profile-core: fix afb-test LIC_FILES_CHKSUM 36/25036/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 20 Jul 2020 19:25:10 +0000 (15:25 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 21 Jul 2020 15:09:00 +0000 (15:09 +0000)
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>

meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb

index 90d539f..5246abb 100644 (file)
@@ -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}"