From a951e16646f284bfadf6b458d30ba069eb7db006 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Sat, 4 Mar 2023 16:12:02 -0300 Subject: [PATCH] yaml: enable host build ruby 3.2 does not ship libyaml embedded anymore. Signed-off-by: Luiz Angelo Daros de Luca --- libs/yaml/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.30.2