diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-17 15:57:34 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-20 17:47:07 +0000 |
commit | 34f909cfdfa64564aec630319c878697354243dc (patch) | |
tree | c54bc8178cac7e874b3a6c7b0dabdfa4cfcaecd5 /meta-agl-profile-core/recipes-apis/agl-service-identity-agent | |
parent | 0326ee5c14813694df3c026217abaa7c78539a0a (diff) |
Follow-up change to change of LICENSE file
The LICENSE file of these repos has rename modification.
Adapt the recipe to follow.
Change-Id: I327d02f57eb7e3bb2aece5f1361dc4899da5587a
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25032
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-core/recipes-apis/agl-service-identity-agent')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-identity-agent/agl-service-identity-agent_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-identity-agent/agl-service-identity-agent_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-identity-agent/agl-service-identity-agent_git.bb index 56e11832b..f2474be7b 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-identity-agent/agl-service-identity-agent_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-identity-agent/agl-service-identity-agent_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/iotbzh/aia-binding" SECTION = "base" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-identity-agent;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" |