diff options
-rw-r--r-- | dev/releases/1/multiarch.mdwn | 8 |
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. |