nbd: Do not inherit systemd

It does not provide/enable systemd script generation which results in

ERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it

Signes-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-05-23 08:31:50 -07:00
parent 673ba54e98
commit 46db58f8c7
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,7 @@ SRC_URI = "https://github.com/NetworkBlockDevice/${BPN}/releases/download/${BP}/
"
SRC_URI[sha256sum] = "f0cf509fa5b20b1a07f7904eb637e9b47d3e30b6ed6f00075af5d8b701c78fef"
inherit autotools pkgconfig systemd
inherit autotools pkgconfig
EXTRA_OECONF += "--enable-syslog --enable-lfs --disable-manpages"