5952N/A#
5952N/A# CDDL HEADER START
5952N/A#
5952N/A# The contents of this file are subject to the terms of the
5952N/A# Common Development and Distribution License (the "License").
5952N/A# You may not use this file except in compliance with the License.
5952N/A#
5952N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5952N/A# or http://www.opensolaris.org/os/licensing.
5952N/A# See the License for the specific language governing permissions
5952N/A# and limitations under the License.
5952N/A#
5952N/A# When distributing Covered Code, include this CDDL HEADER in each
5952N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5952N/A# If applicable, add the following below this CDDL HEADER, with the
5952N/A# fields enclosed by brackets "[]" replaced with your own identifying
5952N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5952N/A#
5952N/A# CDDL HEADER END
5952N/A#
5952N/A
5952N/A#
5952N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5952N/A#
5952N/A
5952N/Ainclude ../../../../make-rules/shared-macros.mk
5952N/A
5952N/ACOMPONENT_NAME= openstack-vswitch
6815N/ACOMPONENT_VERSION= 4.2.0
5952N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5952N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5952N/ACOMPONENT_ARCHIVE_HASH= \
6815N/A sha256:bc60c847bc1fb1a4d63da39532162b1283ea6ec824591749619f698fd576eeb2
6815N/ACOMPONENT_ARCHIVE_URL= http://tarballs.openstack.org/puppet-vswitch/puppet-vswitch-$(COMPONENT_VERSION).tar.gz
5952N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
5952N/ACOMPONENT_BUGDB= service/openvswitch
5952N/A
6815N/ATPNO= 30884
5952N/A
5952N/Ainclude $(WS_MAKE_RULES)/prep.mk
5952N/Ainclude $(WS_MAKE_RULES)/puppetmodule.mk
5952N/Ainclude $(WS_MAKE_RULES)/ips.mk
5952N/A
5952N/AMODULE_NAME = vswitch
5952N/A
5952N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5952N/A
5952N/A# common targets
5952N/Abuild: $(BUILD_NO_ARCH)
5952N/A
5952N/Ainstall: $(INSTALL_NO_ARCH)
5952N/A
5952N/Atest: $(NO_TESTS)