blob: f2a8eee3fb29dad1430dd4348d5fe1f96383cb40 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require rsync.inc
SRC_URI += "\
file://m4.patch;patch=1 \
file://rsyncd.conf \
"
# The source tarball from 3.0.6 seems to need this
do_configure_append(){
oe_runmake reconfigure
}
|