]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
opkg: ensure opkg uses private gpg.conf when applying keys.
authorCharlie Johnston <charlie.johnston@ni.com>
Mon, 9 Jan 2023 21:22:00 +0000 (15:22 -0600)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
commitf206f5c55bd6ba59ba1455ea8a8a146c901c5194
treebe7b8e087eb40750ebe26f8fcd68853bc62d83aa
parente9d7a381ef47f41d52a2b57de1a5a2920a35f222
opkg: ensure opkg uses private gpg.conf when applying keys.

Currently, the opkg-key utility calls gpg with --no-options,
which uses /dev/null as the configuration file. This means
any configurations in /etc/opkg/gpg/gpg.conf were being
ignored. This change applies a patch to remove the
--no-options flag.

Signed-off-by: Charlie Johnston <charlie.johnston@ni.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3699096f3214e77fe4aa1daebe85308d02940f2f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/opkg/opkg/0002-opkg-key-remove-no-options-flag-from-gpg-calls.patch [new file with mode: 0644]
meta/recipes-devtools/opkg/opkg_0.6.1.bb