diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 15:57:56 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:44 -0800 |
commit | 7bb3e4fad4a43c6d9bf6f46fdda403dc778d9b8c (patch) | |
tree | 9b98f1451b8c859a4b2c1e800a9143754498c589 /meta/recipes-devtools/opkg/opkg-collateral.bb | |
parent | 2de0ee1a9acbe895e8b7022471b80109f03b1e9a (diff) | |
download | poky-7bb3e4fad4a43c6d9bf6f46fdda403dc778d9b8c.tar.gz |
opkg-collateral: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-collateral.bb')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb index 79c741d7be..01e912f8bc 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral.bb +++ b/meta/recipes-devtools/opkg/opkg-collateral.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "opkg configuration files" | 1 | DESCRIPTION = "opkg configuration files" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | |
5 | SRC_URI = "file://opkg.conf.comments \ | 5 | SRC_URI = "file://opkg.conf.comments \ |
6 | file://lists \ | 6 | file://lists \ |
7 | file://dest \ | 7 | file://dest \ |