diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-17 00:36:00 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-03-17 04:38:31 +0000 |
commit | 8b2cfb6979524cf2b9f139dd398ba8d73d216b67 (patch) | |
tree | 4940440a8e1ef94d763bf3789649bbcb5ac1e0e3 /build | |
parent | 51dae541542e7434a34fc2468810c4470afe8f34 (diff) |
Remove ONOS package reference in Makefile
Change-Id: I81c6a2f6e8dacc3835e6abe1b674bbf25255d1da
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit dd00a13e93ec1a23cd6f1bcb26dae55960ca1b26)
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |