Makefile revision 3996
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# CDDL HEADER START
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# The contents of this file are subject to the terms of the
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# Common Development and Distribution License (the "License").
c2ee17c9c263efdc9c0a339c4836c3d43f5cd3d9Sascha Wilde# You may not use this file except in compliance with the License.
cda217260716cfd8d8ec5e56f91708c64c140538Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# See the License for the specific language governing permissions
c2ee17c9c263efdc9c0a339c4836c3d43f5cd3d9Sascha Wilde# and limitations under the License.
c2ee17c9c263efdc9c0a339c4836c3d43f5cd3d9Sascha Wilde# When distributing Covered Code, include this CDDL HEADER in each
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# CDDL HEADER END
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
4654f788834c9d7920a351306b89cf5d1c21772eTimo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen sha256:0d27a32c6c211706f8b13aafe2fd51c7ddbea97897be90663fd8c2527ef56032
c4c9be10781e1a16b3b001dc6b0461c4640da101Timo SirainenCOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
c4c9be10781e1a16b3b001dc6b0461c4640da101Timo SirainenCOMPONENT_PROJECT_URL= http://www.openstack.org/
c8cf8a605e0ddea7cb36fe04551aeca5090e684bTimo Sirainen# Since this is an app, and doesn't provide any public library interfaces, we
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# only need to deliver one version. The manifest is parameterized, though.
4654f788834c9d7920a351306b89cf5d1c21772eTimo Sirainen# common targets
4654f788834c9d7920a351306b89cf5d1c21772eTimo SirainenREQUIRED_PACKAGES += library/python/eventlet-26
4654f788834c9d7920a351306b89cf5d1c21772eTimo SirainenREQUIRED_PACKAGES += library/python/oslo.config-26
4654f788834c9d7920a351306b89cf5d1c21772eTimo SirainenREQUIRED_PACKAGES += library/python/sqlalchemy-26