From b82ef69ca3030bd82d38cf077cf311ec65bead72 Mon Sep 17 00:00:00 2001 From: Mei Lei Date: Fri, 26 Nov 2010 15:52:18 +0800 Subject: opkg-config-base:Add license checksum to bb file Add COPYING.MIT file checksum to bb file Signed-off-by: Mei Lei --- meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/opkg') diff --git a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb index 9e27e9343f..c2bf3473c2 100644 --- a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Base configuration files for opkg" LICENSE = "MIT" - +LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PACKAGE_ARCH = "${MACHINE_ARCH}" do_compile() { -- cgit v1.2.3-54-g00ecf