Remove version for ruby-2.1.1 package in bootstrap

Remove version for ruby 2.1 when building bootstrap img

Change-Id: Ib095179e186ee35e00174f68449a019726d8e56a
This commit is contained in:
Roman Vyalov 2014-04-23 20:14:14 +04:00
parent d339b2efdd
commit 8ec1060d56
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pluginconfpath=$(BUILD_DIR)/bootstrap/etc/yum/pluginconf.d
reposdir=$(BUILD_DIR)/bootstrap/etc/yum.repos.d
endef
YUM:=sudo yum -c $(BUILD_DIR)/bootstrap/etc/yum.conf --exclude=ruby-2.1.1-1.1.x86_64 --installroot=$(INITRAMROOT) -y --nogpgcheck
YUM:=sudo yum -c $(BUILD_DIR)/bootstrap/etc/yum.conf --exclude=ruby-2.1.1 --installroot=$(INITRAMROOT) -y --nogpgcheck
KERNEL_PATTERN:=kernel-lt-3.10.*
KERNEL_FIRMWARE_PATTERN:=kernel-lt-firmware-3.10.*