aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bug-logrotate/bug-logrotate_0.1.bb
blob: f9e77af5568ca3cf6c05faf33a1890e2ac7dcf41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Logrotate rules for BUG"
RDEPENDS_${PN} = "logrotate"

SRC_URI = "file://bug-rules"

S = "${WORKDIR}"

PACKAGE_ARCH = "${MACHINE_ARCH}"

do_install() {
    install -d ${D}/etc/logrotate.d
    install -m 0644 bug-rules ${D}/etc/logrotate.d/
}