Message ID | 20250319120836.982987-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/9] rdisk: don't inherit autotools | expand |
diff --git a/meta-networking/recipes-daemons/vblade/vblade_25.bb b/meta-networking/recipes-daemons/vblade/vblade_25.bb index 7f20e927c6..54bb798344 100644 --- a/meta-networking/recipes-daemons/vblade/vblade_25.bb +++ b/meta-networking/recipes-daemons/vblade/vblade_25.bb @@ -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
This upstream does not in fact use autotools, so remove the inherit. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-networking/recipes-daemons/vblade/vblade_25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)