xref: /illumos-gate/usr/src/pkg/transforms/synthetic (revision 2bd79b08f4b447d333b2b97efd7e4bf855f5d409)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24ead1f93eSLiane Praza# Use is subject to license terms.
25ead1f93eSLiane Praza#
26ead1f93eSLiane Praza
27ead1f93eSLiane Praza#
28*2bd79b08SAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
29*2bd79b08SAndy Fiddaman#
30*2bd79b08SAndy Fiddaman
31*2bd79b08SAndy Fiddaman#
32ead1f93eSLiane Praza# When we process the synthetic manifests, we don't know if a "make
33ead1f93eSLiane Praza# clobber" was done or not.  This keeps us from having silly,
34ead1f93eSLiane Praza# self-referential dependencies in 'em, even when they make it into
35ead1f93eSLiane Praza# the package lists.
36ead1f93eSLiane Praza#
37ead1f93eSLiane Praza<transform depend fmri=pkg:/on_all@.+ -> drop>
38ead1f93eSLiane Praza<transform depend fmri=pkg:/on_extra@.+ -> drop>
39ead1f93eSLiane Praza<transform depend fmri=pkg:/consolidation/osnet/osnet-incorporation@.+ -> drop>
40*2bd79b08SAndy Fiddaman<transform depend vlfacet=true type=incorporate fmri=pkg:/([^@]+) -> \
41*2bd79b08SAndy Fiddaman    set facet.version-lock.%<1> true>
42*2bd79b08SAndy Fiddaman<transform depend vlfacet=. -> delete vlfacet .>
43