]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu-config: Fix License checksum issues
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 10 Dec 2010 23:22:20 +0000 (23:22 +0000)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:47 +0000 (22:01 -0800)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-bsp/qemu-config/qemu-config.bb

index e7ac7e84c07c4ee96e86f8f9cc551b6f049527e2..dbe5d83b0978d4dd04997ca499c385fbf279fc39 100644 (file)
@@ -1,16 +1,17 @@
 DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
 
 LICENSE = "GPL"
-LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
 
 RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash"
-PR = "r17"
+PR = "r18"
 
 SRC_URI = "file://distcc.sh \
            file://anjuta-remote-run \
            file://exports \
            file://shutdown.desktop \
-           file://qemu-autostart"
+           file://qemu-autostart \
+           file://COPYING.GPL"
 
 S = "${WORKDIR}"