usr/src/pkg/transforms/disable_depend_checks
author Ginnie Wray<virginia.wray@oracle.com>
Mon, 18 Jul 2011 22:00:09 -0600
changeset 1296 eee62e05771d
parent 1090 6ac92c9d29e0
child 1321 6f1aed7c5f06
permissions -rw-r--r--
7068326-need to add transform checks to disable_depend_checks for sysconfig

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

# This is a workaround the existing bug in pkgdepend - 18194
<transform file path=usr/lib/python2.6/vendor-packages/bootmgmt/.+ -> default pkg.depend.bypass-generate .*>

# Bypass the automatically generated dependency that would result in a
# dependency on the version of the lxml-26 package on the build system.
# For those packages that do depend on lxml-26, we've defined an explicit
# dependency in their .mf file.
<transform file path=usr/lib/installadm/.* -> add pkg.depend.bypass-generate usr/lib/python2.6/vendor-packages/lxml/.* >
<transform file path=usr/lib/python2.6/vendor-packages/osol_install/.* -> add pkg.depend.bypass-generate usr/lib/python2.6/vendor-packages/lxml/.* >
<transform file path=usr/lib/python2.6/vendor-packages/solaris_install/.* -> add pkg.depend.bypass-generate usr/lib/python2.6/vendor-packages/lxml/.* >
<transform file path=var/ai/image-server/cgi-bin/.* -> add pkg.depend.bypass-generate usr/lib/python2.6/vendor-packages/lxml/.* >