[PATCH] Revert "efi_runtime: build dkms for kernel that does not have efi_test" (LP: #1777855)
Colin King
colin.king at canonical.com
Thu Jun 21 07:48:00 UTC 2018
From: Colin Ian King <colin.king at canonical.com>
Currently ADT testing is failing with the following error:
dpkg: dependency problems prevent removal of dkms:
fwts-efi-runtime-dkms depends on dkms (>= 2.1.0.0).
dpkg: error processing package dkms (--remove):
dependency problems - not removing
Errors were encountered while processing:
dkms
Note to developers: this can be reproduced using the following:
sudo autopkgtest ./fwts_18.06.00-0ubuntu1.dsc -- null
This requires some more work to figure out how to overcome this
ADT test failure, so for now, lets just revert the commit to
get the release through testing.
Reverting commit 04bc4d9a769f839a4baabc61573ff0c14c47ede7.
Fixes: 04bc4d9a769f ("efi_runtime: build dkms for kernel that does not have efi_test")
---
debian/fwts-efi-runtime-dkms.dkms | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/fwts-efi-runtime-dkms.dkms b/debian/fwts-efi-runtime-dkms.dkms
index 61c294a0..94b3415b 100644
--- a/debian/fwts-efi-runtime-dkms.dkms
+++ b/debian/fwts-efi-runtime-dkms.dkms
@@ -1,7 +1,6 @@
PACKAGE_NAME="fwts-efi-runtime-dkms"
PACKAGE_VERSION="#MODULE_VERSION#"
MAKE[0]="KVER=$kernelver make"
-BUILD_EXCLUSIVE_KERNEL="^4.4"
BUILT_MODULE_NAME[0]="efi_runtime"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"
--
2.17.0
More information about the fwts-devel
mailing list