From 8b2cfb6979524cf2b9f139dd398ba8d73d216b67 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 17 Mar 2017 00:36:00 -0400 Subject: Remove ONOS package reference in Makefile Change-Id: I81c6a2f6e8dacc3835e6abe1b674bbf25255d1da Signed-off-by: Feng Pan (cherry picked from commit dd00a13e93ec1a23cd6f1bcb26dae55960ca1b26) --- build/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index b81ddd3d..5dc4ef13 100644 --- a/build/Makefile +++ b/build/Makefile @@ -331,7 +331,6 @@ iso: iso-clean images rpms $(CENTISO) @ln $(RPMCOM) $(BUILD_DIR)/centos/Packages @ln $(RPMUDR) $(BUILD_DIR)/centos/Packages @ln $(RPMODL) $(BUILD_DIR)/centos/Packages - @ln $(RPMONO) $(BUILD_DIR)/centos/Packages # add packages to the centos packages cd $(BUILD_DIR)/centos/Packages && yumdownloader openvswitch openstack-tripleo jq python34 python34-libs python34-yaml python34-setuptools ipxe-roms-qemu cd $(BUILD_DIR)/centos/Packages && curl -O https://radez.fedorapeople.org/python34-markupsafe-0.23-9.el7.centos.x86_64.rpm -- cgit 1.2.3-korg