]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jan 2023 23:07:39 +0000 (23:07 +0000)
commit3699096f3214e77fe4aa1daebe85308d02940f2f
tree8e0f18b8672f5f8c434b8fd47328f9b24ef8347e
parent9150a20880c08a32b71a1307cb55829a8f35f4c1
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>
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