summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-25 19:43:40 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-25 19:43:40 +0000
commita6bdae0738d8ee1f315143d610f4fe943bfcb967 (patch)
tree2befaccc999f5b64be1cf144a32efbb1cd2f253c /meta/recipes-devtools/qemu
parentc6fae98730ff34a74966a3fd481683650d13d2f0 (diff)
downloadpoky-a6bdae0738d8ee1f315143d610f4fe943bfcb967.tar.gz
qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
index 791465694b..f7f416193b 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
@@ -1,10 +1,14 @@
1DESCRIPTION = "Qemu helper scripts from Poky" 1DESCRIPTION = "Qemu helper scripts from Poky"
2LICENSE = "GPL" 2LICENSE = "GPLv2"
3RDEPENDS = "qemu-nativesdk" 3RDEPENDS = "qemu-nativesdk"
4PR = "r8" 4PR = "r8"
5 5
6FILESPATH = "${FILE_DIRNAME}/qemu-helper" 6FILESPATH = "${FILE_DIRNAME}/qemu-helper"
7 7
8LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \
9 file://${POKYBASE}/scripts/poky-qemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b"
10
11
8SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ 12SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \
9 file://${POKYBASE}/scripts/poky-qemu-internal \ 13 file://${POKYBASE}/scripts/poky-qemu-internal \
10 file://${POKYBASE}/scripts/poky-addptable2image \ 14 file://${POKYBASE}/scripts/poky-addptable2image \