From 6b18f18749e40441e49ae3cbd3691719f26ba309 Mon Sep 17 00:00:00 2001 From: Sumit Garg Date: Tue, 21 Jan 2020 14:26:08 +0530 Subject: drbd-utils: fix flex-native tool dependency flex-native tool dependency was implicitly met while building with source GCC tool-set which isn't the case with external tool-set. Signed-off-by: Sumit Garg Signed-off-by: Khem Raj --- meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb index 286b0f6066..01bb16af94 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb @@ -23,6 +23,8 @@ UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" SYSTEMD_SERVICE_${PN} = "drbd.service" SYSTEMD_AUTO_ENABLE = "disable" +DEPENDS = "flex-native" + inherit autotools-brokensep systemd EXTRA_OECONF = " \ -- cgit 1.2.3-korg