[oe-commits] [meta-openembedded] 10/13: drbd-utils: fix flex-native tool dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jan 21 16:03:11 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 43b61b23e95c0d7f885978a91c52a9f6a44cae0b
Author: Sumit Garg <sumit.garg at linaro.org>
AuthorDate: Tue Jan 21 14:26:08 2020 +0530

    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 <sumit.garg at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/drbd/drbd-utils_9.11.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 286b0f6..01bb16a 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 = " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list