evaluation.p5m revision 4747
61N/A#
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License (the "License").
61N/A# You may not use this file except in compliance with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
61N/A# information: Portions Copyright [yyyy] [name of copyright owner]
61N/A#
61N/A# CDDL HEADER END
61N/A#
75N/A
75N/A#
61N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
61N/A#
75N/A
61N/A# Every package automatically gets a pkg(5) license action added to it during an
61N/A# 'evaluation' build. We need to add must-accept and must-display attributes
61N/A# to this package so that installing it always displays the information and
61N/A# requires that it be accepted.
61N/A<transform license license=evaluation -> add must-accept true>
61N/A<transform license license=evaluation -> add must-display true>
61N/Aset name=pkg.fmri \
75N/A value=pkg:/release/evaluation@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
61N/Aset name=pkg.summary value="evaluation information meta-package"
61N/Aset name=pkg.description value="This package contains evaluation information."
61N/Aset name=pkg.linted.userland.manifest001.0 value=true
61N/Aset name=com.oracle.info.description value="evaluation information meta-package"
181N/Aset name=info.classification value=org.opensolaris.category.2008:System/Core
61N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
181N/Afile evaluation path=etc/notices/evaluation
61N/A