[packages] ruby: add dependency on ruby-core to ruby-irb (closes: #5112)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15813 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-05-13 07:34:17 +00:00
parent 4c09e0b9dc
commit 50675cf775

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ruby
PKG_VERSION:=1.8.6-p287
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
@ -80,7 +80,7 @@ endef
define Package/ruby-irb
$(call Package/ruby/Default)
TITLE+= (interactive shell)
DEPENDS:=ruby
DEPENDS:=ruby +ruby-core
endef
define Package/ruby-ncurses