summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2017-08-07 15:39:20 (EDT)
committer Patrick McDermott <pehjota>2017-08-07 15:39:20 (EDT)
commitf9d6377378aa0c2bf02e1a03f7414e50ce8d0f3a (patch)
treeb4584d9ce772becef22f3b8cf26de827ddf22437
parent16d93d2ee8ed416a27d480b7cd25958125aafb7a (diff)
dev/archive/signing: Mention simplicity of pkg/opkg/static
-rw-r--r--dev/archive/signing.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/archive/signing.mdwn b/dev/archive/signing.mdwn
index b379d38..d29bf73 100644
--- a/dev/archive/signing.mdwn
+++ b/dev/archive/signing.mdwn
@@ -59,7 +59,10 @@ source package should have two builds, with and without verification enabled.
This will probably mean generating new binary packages `opkg-gpg` and
`libopkg.1-gpg` (which will conflict with `opkg` and `libopkg.1` respectively)
and installing data files into binary package directories without the aid of
-`oh-installfiles`.
+`oh-installfiles`. Although, option 1 of the [[static_libopkg|pkg/opkg/static]]
+plan would simplify this by getting rid of the `libopkg.1` and `libopkg.1-dev`
+packages altogether. The `opkg` source package could then build just `opkg`,
+`opkg-gpg`, `opkg-dbg`, and `opkg-doc` binary packages.
The DOT-language dependency graph (which can be rendered as a PNG image with the
command pipeline in the header comment, if saved as `gpgme.dot`):