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 | |
parent | 2de0ee1a9acbe895e8b7022471b80109f03b1e9a (diff) | |
download | openembedded-core-7bb3e4fad4a43c6d9bf6f46fdda403dc778d9b8c.tar.gz openembedded-core-7bb3e4fad4a43c6d9bf6f46fdda403dc778d9b8c.tar.bz2 openembedded-core-7bb3e4fad4a43c6d9bf6f46fdda403dc778d9b8c.zip |
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')
-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 @@ DESCRIPTION = "opkg configuration files" SECTION = "base" LICENSE = "MIT" - +LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "file://opkg.conf.comments \ file://lists \ file://dest \ |