aboutsummaryrefslogtreecommitdiffstats
path: root/packages/changedfiles/changedfiles-daemon_1.0-rc1.bb
blob: a285d3dbe6682cc6f3729a1d104c063ce5d0e96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include 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}
}