mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
systemd-boot: Add missing gperf-native DEPENDS
Configure searches for this and fails if its not present. (From OE-Core rev: d4d2dcf3fb00ef1ccd9f1471a8017b1df5052a88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require recipes-core/systemd/systemd.inc
|
||||
|
||||
DEPENDS = "intltool-native libcap util-linux gnu-efi"
|
||||
DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native"
|
||||
|
||||
SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user