浏览代码

package/ntpsec: needs host-bison

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 3 年之前
父节点
当前提交
4c47efafc2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/ntpsec/ntpsec.mk

+ 1 - 0
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_CPE_ID_UPDATE = $(NTPSEC_VERSION_POINT)
 
 
 NTPSEC_DEPENDENCIES = \
 NTPSEC_DEPENDENCIES = \
+	host-bison \
 	host-pkgconf \
 	host-pkgconf \
 	python3 \
 	python3 \
 	libcap \
 	libcap \