diff mbox series

[bug#72537,v3,5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest.

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

Commit Message

Wilko Meyer Aug. 14, 2024, 8:30 p.m. UTC
* gnu/packages/linux.scm (libbpf)[native-inputs]: Switch to
linux-libre-headers-latest.

Change-Id: I3a33373ba56b2162663cab1e3903ed770e852267
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wilko Meyer Aug. 14, 2024, 8:36 p.m. UTC | #1
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!
Leo Famulari Aug. 27, 2024, 12:09 a.m. UTC | #2
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 mbox series

Patch

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)")