]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
classes/sign*: Drop obsolete inherit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Aug 2026 08:49:08 +0000 (09:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Aug 2026 16:35:44 +0000 (17:35 +0100)
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
meta/classes/sign_package_feed.bbclass
meta/classes/sign_rpm.bbclass

index cb01f7353b462dedcc9ea35eb01a389f5d5ca3c8..de11b9f32f1262d0548b2a28a475c9b72f456f67 100644 (file)
@@ -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'
index 49ecd5bd9fea54c530184b30a9d0874f5f2e2c5c..d33e850dbc58e9dd6f9303a5ca67aeb67adb02d2 100644 (file)
@@ -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'
index c6314db5313464dbd1386fd5d13596c28f156a8a..62a5e72475887b2cbf3d76b68ea52063f94255e5 100644 (file)
@@ -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'