mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-04-30 17:30:53 +08:00
yaml: update to 0.2.5
This commit is contained in:
parent
a0c9d78bb7
commit
8423a020cb
@ -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
|
||||
@ -35,6 +36,8 @@ endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
HOST_CONFIGURE_ARGS += --disable-shared
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/yaml.h $(1)/usr/include/
|
||||
@ -50,3 +53,4 @@ define Package/libyaml/install
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libyaml))
|
||||
$(eval $(call HostBuild))
|
||||
|
Loading…
Reference in New Issue
Block a user