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:
parent
49e9c5e20d
commit
a951e16646
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
define Package/libyaml
|
define Package/libyaml
|
||||||
SUBMENU:=Languages
|
SUBMENU:=Languages
|
||||||
|
@ -50,3 +51,4 @@ define Package/libyaml/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libyaml))
|
$(eval $(call BuildPackage,libyaml))
|
||||||
|
$(eval $(call HostBuild))
|
||||||
|
|
Loading…
Reference in a new issue