diff options
author | Patrick McDermott <pehjota> | 2020-06-21 10:42:47 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-06-21 10:42:47 (EDT) |
commit | 93c717a86aecb0f951e58bfbef5fa994701e73d6 (patch) | |
tree | 11f35f3ab34a65f7da960f66e2b87a54259f358e | |
parent | 27600827c80fc1900f10b13916d206d396550f28 (diff) |
dev/multiarch: `opkg install foo-dbg` for native
-rw-r--r-- | dev/multiarch.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index f82539e..0a94460 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -107,9 +107,10 @@ specific ways, through a [wrapper script that adds an `-a`/`--host-architecture` option][opkg-wrapper] (similar to that of apt-get). First, since multiple `Section: dbg` feeds may be downloaded and requiring users to architecture-qualify such packages would be undesirable, such packages could be -installed instead via `opkg -a amd64-linux-glibc foo-dbg`. Similarly, `Section: -libdev` packages as build dependencies could be automatically installed for the -host architecture by prokit supplying an appropriate `-a` option, allowing +installed instead via `opkg -a amd64-linux-glibc foo-dbg` or even simply `opkg +install foo-dbg` for the native architecture. Similarly, `Section: libdev` +packages as build dependencies could be automatically installed for the host +architecture by prokit supplying an appropriate `-a` option, allowing maintainers to continue listing unqualified package names in `Build-Depends` instead of having to add `-${Host-Arch}` to every `Section: libdev` package in `Build-Depends`. Therefore, only `Section: lib` packages need to have |