diff options
Diffstat (limited to 'meta-oe/recipes-extended/triggerhappy')
-rw-r--r-- | meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | 7 |
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" | |||
9 | PV = "0.5.0+git" | 9 | PV = "0.5.0+git" |
10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" | 10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd | 13 | inherit pkgconfig perlnative update-rc.d systemd |
15 | 14 | ||
16 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 15 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
17 | PACKAGECONFIG[systemd] = ",,systemd" | 16 | PACKAGECONFIG[systemd] = ",,systemd" |
@@ -30,7 +29,9 @@ FILES:${PN} = "\ | |||
30 | " | 29 | " |
31 | CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" | 30 | CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" |
32 | 31 | ||
33 | do_install:append() { | 32 | do_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 |