diff options
-rw-r--r-- | meta/recipes-core/tasks/task-sdk-host.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb index 7bf445386..45e64eb92 100644 --- a/meta/recipes-core/tasks/task-sdk-host.bb +++ b/meta/recipes-core/tasks/task-sdk-host.bb @@ -7,6 +7,9 @@ PR = "r9" LICENSE = "MIT" ALLOW_EMPTY = "1" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + inherit nativesdk PACKAGES = "${PN}" |