diff options
author | Patrick McDermott <pehjota> | 2020-06-21 10:38:00 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-06-21 10:38:00 (EDT) |
commit | b6649df73775a49cc38019630fa710101b991446 (patch) | |
tree | d599fb435762d6dd0827ed17186aabb12ba2f57e | |
parent | 9bb3c6c5a31142e3838edfdb8beee1e2ede57710 (diff) |
dev/multiarch: Who arch-qualifies dbg pkgs?
-rw-r--r-- | dev/multiarch.mdwn | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index fa3f818..2b95de2 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -105,13 +105,14 @@ architecture-independent.) opkg-lede's architecture priorities as described above can be useful in certain 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 architecture-qualifying 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 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`. +`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 +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`. [wuc-mas-arch-indep-files]: https://wiki.ubuntu.com/MultiarchSpec#Architecture-independent_files_in_multiarch_packages [wuc-mas-control-fields]: https://wiki.ubuntu.com/MultiarchSpec#Binary_package_control_fields |