summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 15:52:18 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 06:01:12 -0800
commitb82ef69ca3030bd82d38cf077cf311ec65bead72 (patch)
tree76845bbc4b76cde2a582e97300f0c0a3934ff632 /meta/recipes-devtools/opkg
parent35c948f38495d49dde1043d14a914cf4047a972a (diff)
downloadpoky-b82ef69ca3030bd82d38cf077cf311ec65bead72.tar.gz
opkg-config-base:Add license checksum to bb file
Add COPYING.MIT file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg-config-base_1.0.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1DESCRIPTION = "Base configuration files for opkg" 1DESCRIPTION = "Base configuration files for opkg"
2LICENSE = "MIT" 2LICENSE = "MIT"
3 3LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5 5
6do_compile() { 6do_compile() {