yaml: enable host build

ruby 3.2 does not ship libyaml embedded anymore.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
Luiz Angelo Daros de Luca 2023-03-04 16:12:02 -03:00
parent 49e9c5e20d
commit a951e16646
1 changed files with 2 additions and 0 deletions

View File

@ -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))