mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user