mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
qemu-config: Fix License checksum issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Saul Wold
parent
56973ee18b
commit
a15eff0086
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user