diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-14 14:16:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:49 +0000 |
commit | 292463aa26a1ab9c9ba08b7520e3914373baa609 (patch) | |
tree | e24043fef0f93d8784cb630c15f18632ceba9478 | |
parent | 9a93c8e7258abdbc947f914f0fc9cebdd4b07ebc (diff) | |
download | poky-292463aa26a1ab9c9ba08b7520e3914373baa609.tar.gz |
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>
-rw-r--r-- | meta/recipes-bsp/systemd-boot/systemd-boot_232.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb index 602052ca13..0471ce246b 100644 --- a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb +++ b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require recipes-core/systemd/systemd.inc | 1 | require recipes-core/systemd/systemd.inc |
2 | 2 | ||
3 | DEPENDS = "intltool-native libcap util-linux gnu-efi" | 3 | DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native" |
4 | 4 | ||
5 | SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch" | 5 | SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch" |
6 | 6 | ||