diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-17 00:36:00 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-03-17 00:36:00 -0400 |
commit | dd00a13e93ec1a23cd6f1bcb26dae55960ca1b26 (patch) | |
tree | 6d16dd0f889e25f716f0301f5af9b0d667af74a4 | |
parent | d5527ec6ff391ddd3f872b7f8a7bc3f1f2075381 (diff) |
Remove ONOS package reference in Makefile
Change-Id: I81c6a2f6e8dacc3835e6abe1b674bbf25255d1da
Signed-off-by: Feng Pan <fpan@redhat.com>
-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 |