diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-07-15 01:26:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-15 00:36:39 +0000 |
commit | 47fb82ab6754c6b333a4e16df43e06a96b6751ba (patch) | |
tree | 69d50179c3281c95a9f6a1ed787008bd38e234e5 /meta-agl-profile-core | |
parent | fa4a9da20cbfe75e3bc260974c14f853d0733851 (diff) |
Follow-up change to change of LICENSE file
The LICENSE file of the agl-service-data-persistence has been adapted to Apache-2.0.
Adapt the recipe to follow.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I00826cbc21f20288642313522c442516fe284157
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25019
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb index bb8caaad8..6f15d0c36 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-data-persistence/" SECTION = "base" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8089a3c40cff9caffd1b9ba5aa3dfd67" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-data-persistence;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" |