From: Saul Wold Date: Sat, 11 Dec 2010 00:58:51 +0000 (-0800) Subject: meta-ide-suppport: Add LIC_FILES_CHKSUM X-Git-Tag: 2011-1~3475 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=984162eb60780b2478a36deba8a53ff4fd3becd3;p=openembedded-core.git meta-ide-suppport: Add LIC_FILES_CHKSUM Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 8fe9a23036..ee85d5d194 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb @@ -1,5 +1,9 @@ DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b +4de20420" + DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native" PR = "r1"