Profile dependencies
From WPKG | Open Source Software Deployment and Distribution
Revision as of 17:19, 19 September 2006 by 81.137.179.73 (Talk)
Profiles can depend on each other.
The format is very simple, and similar to the one used for package dependencies:
<profile id="custom">
<depends profile-id="default" />
<depends profile-id="basement" />
<package package-id="wpkg1" />
</profile>