summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/triggerhappy
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/triggerhappy')
-rw-r--r--meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
index 0b14f9557a..1a453ebe10 100644
--- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
+++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
@@ -9,9 +9,8 @@ SRCREV = "44a173195986d0d853316cb02a58785ded66c12b"
9PV = "0.5.0+git" 9PV = "0.5.0+git"
10SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" 10SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https"
11 11
12S = "${WORKDIR}/git"
13 12
14inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd 13inherit pkgconfig perlnative update-rc.d systemd
15 14
16PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 15PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
17PACKAGECONFIG[systemd] = ",,systemd" 16PACKAGECONFIG[systemd] = ",,systemd"
@@ -30,7 +29,9 @@ FILES:${PN} = "\
30" 29"
31CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" 30CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules"
32 31
33do_install:append() { 32do_install() {
33 oe_runmake 'DESTDIR=${D}' 'BINDIR=${D}${sbindir}' install
34
34 install -d ${D}${sysconfdir}/triggerhappy/triggers.d 35 install -d ${D}${sysconfdir}/triggerhappy/triggers.d
35 36
36 install -d ${D}${nonarch_base_libdir}/udev/rules.d 37 install -d ${D}${nonarch_base_libdir}/udev/rules.d