mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
vblade: don't inherit autotools
This upstream does not in fact use autotools, so remove the inherit. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
632d43aa40
commit
fb38afef30
|
|
@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/OpenAoE/vblade/archive/"
|
||||
|
||||
inherit autotools-brokensep update-rc.d systemd
|
||||
inherit update-rc.d systemd
|
||||
|
||||
do_install() {
|
||||
install -D -m 0755 ${S}/vblade ${D}/${sbindir}/vblade
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user