summaryrefslogtreecommitdiffstats
path: root/meta/packages/rsync/rsync_3.0.7.bb
blob: 61355d7d4c15199131ddeb4bc6e1a79dd41cbe1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require rsync.inc

PR = "r0"

SRC_URI += "file://acinclude.m4"

# rsync 3.0 uses configure.sh instead of configure, and
# makefile checks the existence of configure.sh
do_configure_prepend () {
	rm -f configure configure.sh
	cp -f ${WORKDIR}/acinclude.m4 ${S}/
}

do_configure_append () {
	cp -f configure configure.sh
}