diff options
-rw-r--r-- | meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb b/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb index 4aa318881c..4dde5b4bec 100644 --- a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb +++ b/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb @@ -1,6 +1,8 @@ DESCRIPTION = "Target packages for the standalone SDK" PR = "r6" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" ALLOW_EMPTY = "1" PACKAGES = "${PN} ${PN}-dbg" |