summaryrefslogtreecommitdiffstats
path: root/dev/releases/1/multiarch.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-19 02:26:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-19 02:26:11 (EDT)
commit8e1ead19435e3796a481bc4a401549aa262c03a0 (patch)
tree34039e64b42a73d9d064361d411a6b197f65571a /dev/releases/1/multiarch.mdwn
parent9b2c5fe4ddc884499845e18688f3e4695cd9a2eb (diff)
Add `opkg install <pkg>:<arch>` to MA goal.
Diffstat (limited to 'dev/releases/1/multiarch.mdwn')
-rw-r--r--dev/releases/1/multiarch.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev/releases/1/multiarch.mdwn b/dev/releases/1/multiarch.mdwn
index 31a7dd3..866e4b3 100644
--- a/dev/releases/1/multiarch.mdwn
+++ b/dev/releases/1/multiarch.mdwn
@@ -25,14 +25,16 @@ This means that:
* To the extent possible and reasonable, architecture-independent files should
not be provided by packages that are to be coinstallable,
* Relevant toolchain packages should be configured and/or patched to use
- architecture-dependent library paths, and
+ architecture-dependent library paths,
* The `PATH` environment variable should be set to contain native-architecture
- executable program directories.
+ executable program directories, and
+ * opkg should be modified to support `<pkg>:<arch>` names in its `install`
+ command.
Not included in this release goal are:
* Control information to document package coinstallability and
- inter-architecture dependency satisfaction and
+ inter-architecture dependency satisfaction, and
* Handling of architecture-independent files provided by coinstallable
architecture-dependent packages or other coinstallability considerations in
package management.