mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
cc3c028b64
There are two versions of rsync but the rsync.inc is only used by 3.x, there are duplicated codes in 2.x, so this commit include changes: * remove duplicated codes in 2.x and require the inc * move the LICENSE from inc to each bb (From OE-Core rev: 6817b6e02c2c042aa883fb4a359871c4b966ec4b) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
349 B
BlitzBasic
14 lines
349 B
BlitzBasic
require rsync.inc
|
|
|
|
SRC_URI += "file://rsync-2.6.9-fname-obo.patch \
|
|
file://rsyncd.conf \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
|
|
SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
|
|
|
|
PR = "r4"
|