mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ruby: remove refs from dropped syck
syck was replaced by psych in yaml. (ref: https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/36786) Also add ruby-psych to ruby-yaml deps Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
+2
-4
@@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ruby
|
PKG_NAME:=ruby
|
||||||
PKG_VERSION:=2.1.2
|
PKG_VERSION:=2.1.2
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=9
|
||||||
|
|
||||||
PKG_LIBVER:=2.1
|
PKG_LIBVER:=2.1
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@ endef
|
|||||||
define Package/ruby-yaml
|
define Package/ruby-yaml
|
||||||
$(call Package/ruby/Default)
|
$(call Package/ruby/Default)
|
||||||
TITLE:=Ruby YAML toolkit
|
TITLE:=Ruby YAML toolkit
|
||||||
DEPENDS:=ruby
|
DEPENDS:=ruby +ruby-psych
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ruby-zlib
|
define Package/ruby-zlib
|
||||||
@@ -342,7 +342,6 @@ define Package/ruby-core/install
|
|||||||
\
|
\
|
||||||
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml \
|
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml \
|
||||||
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \
|
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \
|
||||||
$(1)/usr/lib/ruby/$(PKG_LIBVER)/*/syck.so \
|
|
||||||
|
|
||||||
find $(1) -name '*.h' | xargs rm -f
|
find $(1) -name '*.h' | xargs rm -f
|
||||||
endef
|
endef
|
||||||
@@ -537,7 +536,6 @@ define Package/ruby-yaml/install
|
|||||||
( cd $(PKG_INSTALL_DIR); $(TAR) -cf - \
|
( cd $(PKG_INSTALL_DIR); $(TAR) -cf - \
|
||||||
usr/lib/ruby/$(PKG_LIBVER)/yaml \
|
usr/lib/ruby/$(PKG_LIBVER)/yaml \
|
||||||
usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \
|
usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \
|
||||||
usr/lib/ruby/$(PKG_LIBVER)/*/syck.so \
|
|
||||||
) | ( cd $(1); $(TAR) -xf - )
|
) | ( cd $(1); $(TAR) -xf - )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user