aboutsummaryrefslogtreecommitdiffstats
path: root/packages/changedfiles/changedfiles-daemon_1.0-rc1.bb
blob: 00ad9743fd395300f388da9c51d5576abfea4852 (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}
}