diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-29 23:17:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-29 23:17:29 (EDT) |
commit | a62de503d838759ac618059b2d7126e62f1c66ed (patch) | |
tree | 4fb002bc7c50dd5382fe188a058a792c08218be3 /specs | |
parent | 6816a11533d7cf72a44928e83dc6a8de8a71fe40 (diff) |
Add OPK_PACKAGES environment variable.
Diffstat (limited to 'specs')
-rw-r--r-- | specs/spf-2.0/buildsys.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/specs/spf-2.0/buildsys.mdwn b/specs/spf-2.0/buildsys.mdwn index c5d6fd5..63598ca 100644 --- a/specs/spf-2.0/buildsys.mdwn +++ b/specs/spf-2.0/buildsys.mdwn @@ -49,6 +49,16 @@ The following environment variables shall be set to describe the source package: * `OPK_BINARY_VERSION` + * `OPK_PACKAGES` + + A list of binary packages to be built. + + This may not include all packages for which the source package has metadata. + The `Architecture` field of some packages may not match the host + architecture for which packages are to be built. Only + architecture-dependent or architecture-independent packages may have been + selected for building. + Build and Host System Variables [env-vars-sys] ---------------------------------------------- |