diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 15:52:18 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 06:01:12 -0800 |
commit | b82ef69ca3030bd82d38cf077cf311ec65bead72 (patch) | |
tree | 76845bbc4b76cde2a582e97300f0c0a3934ff632 /meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | |
parent | 35c948f38495d49dde1043d14a914cf4047a972a (diff) | |
download | poky-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/opkg-config-base_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "Base configuration files for opkg" | 1 | DESCRIPTION = "Base configuration files for opkg" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | |
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | 5 | ||
6 | do_compile() { | 6 | do_compile() { |