From 93c717a86aecb0f951e58bfbef5fa994701e73d6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 21 Jun 2020 10:42:47 -0400 Subject: dev/multiarch: `opkg install foo-dbg` for native --- 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 -- cgit v0.9.1