c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen# CDDL HEADER START
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# The contents of this file are subject to the terms of the
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# Common Development and Distribution License (the "License").
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# You may not use this file except in compliance with the License.
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ed2459dbd183bb371da4a0aecb2d2b74ae7c815Timo Sirainen# See the License for the specific language governing permissions
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# and limitations under the License.
ac4e6609cbdca594db1b1c02afb1e372ab22e060Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
ac4e6609cbdca594db1b1c02afb1e372ab22e060Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ac4e6609cbdca594db1b1c02afb1e372ab22e060Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
ac4e6609cbdca594db1b1c02afb1e372ab22e060Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
ac4e6609cbdca594db1b1c02afb1e372ab22e060Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# CDDL HEADER END
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4321f6c969e7b8f6b243ff5bb6b8d297921676f6Timo Sirainen sha256:e46bc6648a74a643cef3825dcd44c7e275ed3385b96cab83ef50c4c514932541
910fa4e4204a73d3d24c03f3059dd24e727ca057Timo SirainenCOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
4321f6c969e7b8f6b243ff5bb6b8d297921676f6Timo SirainenCOMPONENT_PROJECT_URL= http://www.openstack.org/
a69dfb7f6f1a804a0c91fd5e506b78dd499cccd4Timo Sirainen# Since this is an app, and doesn't provide any public library interfaces, we
2898ad0028a9b0c30df96dd6b68930fd4dc57527Timo Sirainen# only need to deliver one version. The manifest is parameterized, though.
a0cd302bcb827678f9c9c2ca1d0a3f0d3c0b3563Timo SirainenPKG_MACROS += COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo SirainenPKG_MACROS += PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# glance-api, glance-registry, and glance-scrubber depend on glance-db
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# and glance-upgrade so copy all of the service manifests into the
ff7056842f14fd3b30a2d327dfab165b9d15dd30Timo Sirainen# proto directory for pkgdepend(1) to find.
9e9f0cf3cc3ce546e8a433990c92dd9be6665df6Timo Sirainen ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
test: $(NO_TESTS)