diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:43:40 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:43:40 +0000 |
commit | a6bdae0738d8ee1f315143d610f4fe943bfcb967 (patch) | |
tree | 2befaccc999f5b64be1cf144a32efbb1cd2f253c /meta/recipes-devtools/qemu | |
parent | c6fae98730ff34a74966a3fd481683650d13d2f0 (diff) | |
download | poky-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.bb | 6 |
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 @@ | |||
1 | DESCRIPTION = "Qemu helper scripts from Poky" | 1 | DESCRIPTION = "Qemu helper scripts from Poky" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPLv2" |
3 | RDEPENDS = "qemu-nativesdk" | 3 | RDEPENDS = "qemu-nativesdk" |
4 | PR = "r8" | 4 | PR = "r8" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ | ||
9 | file://${POKYBASE}/scripts/poky-qemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" | ||
10 | |||
11 | |||
8 | SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ | 12 | SRC_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 \ |