Profile dependencies

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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>