From: Tim Sander <tim@krieglstein.org>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] setting up opkg with ptxdist 2015.12.0
Date: Tue, 12 Jan 2016 14:47:49 +0100 [thread overview]
Message-ID: <2679325.ZK9Y5M60y3@dabox> (raw)
In-Reply-To: <db60067b243d2ca15952c41db835baaf@localhost>
Hi Alex
Its not a nice patch but it helps with your problem i suppose.
I have no idea why check_signature is not disabled by the opkg.conf
settings.
Best regards
Tim
--- opkg-0.3.0/libopkg/pkg_src.c.orig 2016-01-12 14:28:14.144604800 +0100
+++ opkg-0.3.0/libopkg/pkg_src.c 2016-01-12 14:28:25.284378702 +0100
@@ -183,7 +183,7 @@
if (err)
return err;
- if (opkg_config->check_signature) {
+ if (0) {
err = pkg_src_download_signature(src);
if (err)
return err;
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2016-01-12 13:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-18 11:20 [ptxdist] [ANNOUNCE] PTXdist 2015.12.0 released Michael Olbrich
2015-12-21 18:09 ` Alexander Dahl
2015-12-22 11:42 ` [ptxdist] setting up opkg with ptxdist 2015.12.0 (Was: [ANNOUNCE] PTXdist 2015.12.0 released) Alexander Dahl
2016-01-11 12:10 ` [ptxdist] setting up opkg with ptxdist 2015.12.0 Alexander Dahl
2016-01-12 13:47 ` Tim Sander [this message]
2016-01-12 16:21 ` Michael Olbrich
2016-01-12 16:44 ` [ptxdist] setting up opkg with ptxdist 2015.12.0 (Was: [ANNOUNCE] PTXdist 2015.12.0 released) Michael Olbrich
2016-01-12 16:31 ` [ptxdist] [ANNOUNCE] PTXdist 2015.12.0 released Michael Olbrich
2016-08-02 8:44 ` Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2679325.ZK9Y5M60y3@dabox \
--to=tim@krieglstein.org \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox