summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-03 14:39:24 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:24 +0000
commit4bbb8a92674ff8d29d21731a0ca7e37468bffe4e (patch)
tree00d3c30b6975ffea581db7f05c64252f50ac0afe
parentcb2c6b88e7d5eb322d6f686b9848ae5da0f59d18 (diff)
downloadpoky-4bbb8a92674ff8d29d21731a0ca7e37468bffe4e.tar.gz
task-poky-boot: update LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r--meta/recipes-core/tasks/task-poky-boot.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-poky-boot.bb b/meta/recipes-core/tasks/task-poky-boot.bb
index 4143369cd3..e9c8e8a02e 100644
--- a/meta/recipes-core/tasks/task-poky-boot.bb
+++ b/meta/recipes-core/tasks/task-poky-boot.bb
@@ -4,6 +4,8 @@
4 4
5DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" 5DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
8DEPENDS = "virtual/kernel" 10DEPENDS = "virtual/kernel"
9ALLOW_EMPTY = "1" 11ALLOW_EMPTY = "1"