diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-03-19 17:41:47 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-19 11:37:47 -0700 |
| commit | 1ed91fa4a2297cbbd1e155e7e867410f728b5d89 (patch) | |
| tree | bbe561cf07f25315f784a220f65c2f98a72554cc | |
| parent | 461fa961576d0cc436d43e7aca537830afc95bad (diff) | |
| download | meta-openembedded-1ed91fa4a2297cbbd1e155e7e867410f728b5d89.tar.gz | |
triggerhappy: don't inherit autotools
This upstream does not in fact use autotools, so remove the inherit and
implement the required do_install.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb index 0b14f9557a..5eb8e4d9aa 100644 --- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb +++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd | 14 | inherit pkgconfig perlnative update-rc.d systemd |
| 15 | 15 | ||
| 16 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 16 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
| 17 | PACKAGECONFIG[systemd] = ",,systemd" | 17 | PACKAGECONFIG[systemd] = ",,systemd" |
| @@ -30,7 +30,9 @@ FILES:${PN} = "\ | |||
| 30 | " | 30 | " |
| 31 | CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" | 31 | CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" |
| 32 | 32 | ||
| 33 | do_install:append() { | 33 | do_install() { |
| 34 | oe_runmake 'DESTDIR=${D}' 'BINDIR=${D}${sbindir}' install | ||
| 35 | |||
| 34 | install -d ${D}${sysconfdir}/triggerhappy/triggers.d | 36 | install -d ${D}${sysconfdir}/triggerhappy/triggers.d |
| 35 | 37 | ||
| 36 | install -d ${D}${nonarch_base_libdir}/udev/rules.d | 38 | install -d ${D}${nonarch_base_libdir}/udev/rules.d |
