All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dan McGregor" <danismostlikely@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Dan McGregor <danismostlikely@gmail.com>,
	Daniel McGregor <daniel.mcgregor@vecima.com>
Subject: [PATCH 2/4] sign_rpm.bbclass: ignore thread count
Date: Mon, 15 Jun 2020 16:01:41 -0600	[thread overview]
Message-ID: <20200615220143.4018104-3-danismostlikely@gmail.com> (raw)
In-Reply-To: <20200615220143.4018104-1-danismostlikely@gmail.com>

From: Dan McGregor <danismostlikely@gmail.com>

From: Daniel McGregor <daniel.mcgregor@vecima.com>

Similar to sign_ipk, ignore the number of threads used for signing
RPMs.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
---
 meta/classes/sign_rpm.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/sign_rpm.bbclass b/meta/classes/sign_rpm.bbclass
index 64ae7ce30e..73a55a512d 100644
--- a/meta/classes/sign_rpm.bbclass
+++ b/meta/classes/sign_rpm.bbclass
@@ -64,6 +64,7 @@ python sign_rpm () {
                      d.getVar('RPM_FSK_PATH'),
                      d.getVar('RPM_FSK_PASSWORD'))
 }
+sign_rpm[vardepsexclude] += "RPM_GPG_SIGN_CHUNK"
 
 do_package_index[depends] += "signing-keys:do_deploy"
 do_rootfs[depends] += "signing-keys:do_populate_sysroot"
-- 
2.27.0


  parent reply	other threads:[~2020-06-15 22:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-15 22:01 [PATCH 0/4] Various minor improvements Dan McGregor
2020-06-15 22:01 ` [PATCH 1/4] devtool-source.bbclass: Do not export _PYTHON_SYSCONFIGDATA_NAME Dan McGregor
2020-06-16 14:26   ` [OE-core] " Richard Purdie
2020-06-15 22:01 ` Dan McGregor [this message]
2020-06-15 22:01 ` [PATCH 3/4] systemd-conf: Accept MTU from DHCP Dan McGregor
2020-06-15 22:01 ` [PATCH 4/4] buildhistory-collect-srcrevs: sort directories Dan McGregor

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=20200615220143.4018104-3-danismostlikely@gmail.com \
    --to=danismostlikely@gmail.com \
    --cc=daniel.mcgregor@vecima.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.