etcd: Inherit missing features_check

Its needed for ensuring the systemd distro feature

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-05-12 22:43:25 -07:00
parent 2d0ae4c205
commit 3798534696
+1 -1
View File
@@ -26,7 +26,7 @@ RDEPENDS:${PN}-dev = " \
export GO111MODULE="on"
inherit go systemd pkgconfig
inherit go systemd pkgconfig features_check
# Go based binaries do not handle being stripped
INHIBIT_PACKAGE_STRIP = "1"