diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-19 23:17:14 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-20 07:55:35 +0000 |
commit | 041d97e5e23b152a73ee4c1ded707e02662b6292 (patch) | |
tree | bbcf464ae076286c067e82856bac8b24fa9e0c6b | |
parent | bdee02ee6f4b54ee42c23a4afbc903c1e4527f90 (diff) |
Adapt path to LICENSE file
It was moved to the toplevel directory.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ibab0b450fa74e3c5637abbb8d848e6e45c088d58
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index e6db70e11..a49c30508 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "AGL Home Screen Application build with recipe method" HOMEPAGE = "http://docs.automotivelinux.org" LICENSE = "Apache-2.0" SECTION = "apps" -LIC_FILES_CHKSUM = "file://homescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS = "\ qtbase \ |