Message ID | add40bd558803c570a0bded916e2bfaf672b4118.1723667351.git.w@wmeyer.eu |
---|---|
State | New |
Headers | show |
Series | [bug#72537,v3,1/5] gnu: Remove linux-libre 6.9. | expand |
Hi Leo, Accidentally messed up the commit messages of the v2 as my current git setting caused a signed-off line being added to those; so I've send a v3 which should be good as in well formatted and hopefully applicable to the kernel-updates branch. The etc/news.scm entry still lacks a commit hash reference, which should be set before pushing. Thanks!
On Wed, Aug 14, 2024 at 10:36:20PM +0200, Wilko Meyer wrote: > Accidentally messed up the commit messages of the v2 as my current git > setting caused a signed-off line being added to those; so I've send a v3 > which should be good as in well formatted and hopefully applicable to > the kernel-updates branch. > > The etc/news.scm entry still lacks a commit hash reference, which should > be set before pushing. Finally pushed! I squashed together the commits that removed linux-libre 6.9, added linux-libre-headers-latest, and adjusted libbpf accordingly.
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bad444625f..a3094b2d41 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10023,7 +10023,7 @@ (define-public libbpf "linux/posix_types.h" "linux/stddef.h" "linux/types.h")))))))) - (native-inputs (list linux-libre-headers-6.9 pkg-config)) + (native-inputs (list linux-libre-headers-latest pkg-config)) (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc (home-page "https://github.com/libbpf/libbpf") (synopsis "BPF CO-RE (Compile Once – Run Everywhere)")