Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] classes/sign*: Drop obsolete inherit
Date: Sat,  8 Aug 2026 09:49:37 +0100	[thread overview]
Message-ID: <20260808084937.438257-1-richard.purdie@linuxfoundation.org> (raw)

Now we have the sanity function library, this inherit is not needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes/sign_ipk.bbclass          | 2 --
 meta/classes/sign_package_feed.bbclass | 1 -
 meta/classes/sign_rpm.bbclass          | 2 --
 3 files changed, 5 deletions(-)

diff --git a/meta/classes/sign_ipk.bbclass b/meta/classes/sign_ipk.bbclass
index cb01f7353b4..de11b9f32f1 100644
--- a/meta/classes/sign_ipk.bbclass
+++ b/meta/classes/sign_ipk.bbclass
@@ -26,8 +26,6 @@
 #           Optional variable for specifying the gnupg "home" directory:
 #
 
-inherit sanity
-
 IPK_SIGN_PACKAGES = '1'
 IPK_GPG_BACKEND ?= 'local'
 IPK_GPG_SIGNATURE_TYPE ?= 'ASC'
diff --git a/meta/classes/sign_package_feed.bbclass b/meta/classes/sign_package_feed.bbclass
index 49ecd5bd9fe..d33e850dbc5 100644
--- a/meta/classes/sign_package_feed.bbclass
+++ b/meta/classes/sign_package_feed.bbclass
@@ -28,7 +28,6 @@
 # GPG_PATH
 #           Optional variable for specifying the gnupg "home" directory:
 #
-inherit sanity
 
 PACKAGE_FEED_SIGN = '1'
 PACKAGE_FEED_GPG_BACKEND ?= 'local'
diff --git a/meta/classes/sign_rpm.bbclass b/meta/classes/sign_rpm.bbclass
index c6314db5313..62a5e724758 100644
--- a/meta/classes/sign_rpm.bbclass
+++ b/meta/classes/sign_rpm.bbclass
@@ -31,8 +31,6 @@
 # GPG_PATH
 #           Optional variable for specifying the gnupg "home" directory:
 
-inherit sanity
-
 RPM_SIGN_PACKAGES = '1'
 RPM_SIGN_FILES ?= '0'
 RPM_GPG_BACKEND ?= 'local'


                 reply	other threads:[~2026-08-08  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260808084937.438257-1-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox