diff mbox series

[1/1] package/ntpsec: needs host-bison

Message ID 20220726173605.24695-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/ntpsec: needs host-bison | expand

Commit Message

Fabrice Fontaine July 26, 2022, 5:36 p.m. UTC
ntpsec needs host-bison to avoid the following build failure raised
since the addition of the package in commit
27b8d0ba8c4004819e092fb81c0f64f284b3aa4a:

Could not find the program ['bison']

Fixes:
 - http://autobuild.buildroot.org/results/3bb44312200122334b959dc48dd02fd591ab9949

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/ntpsec/ntpsec.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/ntpsec/ntpsec.mk b/package/ntpsec/ntpsec.mk
index 25ae69ebf6..a0d0662947 100644
--- a/package/ntpsec/ntpsec.mk
+++ b/package/ntpsec/ntpsec.mk
@@ -18,6 +18,7 @@  NTPSEC_CPE_ID_VERSION = $(NTPSEC_VERSION_MAJOR).$(NTPSEC_VERSION_MINOR)
 NTPSEC_CPE_ID_UPDATE = $(NTPSEC_VERSION_POINT)
 
 NTPSEC_DEPENDENCIES = \
+	host-bison \
 	host-pkgconf \
 	python3 \
 	libcap \