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 | openembedded-core-a6bdae0738d8ee1f315143d610f4fe943bfcb967.tar.gz openembedded-core-a6bdae0738d8ee1f315143d610f4fe943bfcb967.tar.bz2 openembedded-core-a6bdae0738d8ee1f315143d610f4fe943bfcb967.zip |
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 @@ DESCRIPTION = "Qemu helper scripts from Poky" -LICENSE = "GPL" +LICENSE = "GPLv2" RDEPENDS = "qemu-nativesdk" PR = "r8" FILESPATH = "${FILE_DIRNAME}/qemu-helper" +LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ + file://${POKYBASE}/scripts/poky-qemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" + + SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ file://${POKYBASE}/scripts/poky-qemu-internal \ file://${POKYBASE}/scripts/poky-addptable2image \ |