aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/changedfiles/changedfiles-daemon_1.0-rc1.bb
blob: 28cc1bf277ed446cafed19dfef2148d64af080c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require changedfiles.inc
PR = "r1"

SRC_URI += "file://autofoo.patch;patch=1"

inherit autotools

do_compile() {
	oe_runmake daemon
}

do_install() {
	oe_runmake -C daemon install bindir=${D}${bindir} sysconfdir=${D}${sysconfdir}
}