mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user