From: Luiz Angelo Daros de Luca Date: Sat, 4 Mar 2023 19:12:02 +0000 (-0300) Subject: yaml: enable host build X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a951e16646f284bfadf6b458d30ba069eb7db006;p=feed%2Fpackages.git yaml: enable host build ruby 3.2 does not ship libyaml embedded anymore. Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/libs/yaml/Makefile b/libs/yaml/Makefile index fcf06a501c..fd2f28a230 100644 --- a/libs/yaml/Makefile +++ b/libs/yaml/Makefile @@ -24,6 +24,7 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk define Package/libyaml SUBMENU:=Languages @@ -50,3 +51,4 @@ define Package/libyaml/install endef $(eval $(call BuildPackage,libyaml)) +$(eval $(call HostBuild))