summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/modutils/modutils-collateral.bb
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 15:23:38 +0800
committerSaul Wold <sgw@linux.intel.com>2010-12-01 20:47:05 -0800
commit2de0ee1a9acbe895e8b7022471b80109f03b1e9a (patch)
treed65920011bef7a43817ef00d1745ad394c9411a4 /meta/recipes-kernel/modutils/modutils-collateral.bb
parent16c22c65b34981602718cead2193cf321745f1c5 (diff)
downloadpoky-2de0ee1a9acbe895e8b7022471b80109f03b1e9a.tar.gz
modutils-collateral:Add license checksum to bb file
Get md5sum of COPYING.MIT file which under the meta directory, because this recipe is a local recipe, so we need to find the license file under the meta. Import a new varible "L" to record the license file path. [sgw@linux.intel.com: removed] [sgw@linux.intel.com]: remove changes to insane.bbclass and bitbake.conf, use the ${POKYBASE} variable instead. Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/modutils/modutils-collateral.bb')
-rw-r--r--meta/recipes-kernel/modutils/modutils-collateral.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/modutils/modutils-collateral.bb b/meta/recipes-kernel/modutils/modutils-collateral.bb
index 6d010a5754..01966244ab 100644
--- a/meta/recipes-kernel/modutils/modutils-collateral.bb
+++ b/meta/recipes-kernel/modutils/modutils-collateral.bb
@@ -2,9 +2,9 @@ SECTION = "base"
2DESCRIPTION = "modutils configuration files" 2DESCRIPTION = "modutils configuration files"
3PR = "r3" 3PR = "r3"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6SRC_URI = "file://modules \ 6SRC_URI = "file://modules \
7 file://modules.conf" 7 file://modules.conf"
8 8
9do_compile () { 9do_compile () {
10} 10}