bpftools: update, split off bpftool and libbpf packages
authorTony Ambardar <itugrok@yahoo.com>
Sun, 21 May 2023 09:14:37 +0000 (02:14 -0700)
committerNick Hainke <vincent@systemli.org>
Wed, 24 May 2023 19:17:20 +0000 (21:17 +0200)
commitafe1bf11f2539f75e30ab3206891dbe6f8c43bd5
tree1ced81c9425601cfdcf820810015aa0d7711cb98
parent5636ffc22d784a2a4acc5e406e54f8a5858f1435
bpftools: update, split off bpftool and libbpf packages

My original bpftools package made "variant" builds of bpftool and libbpf
as a convenience, since both used the same local kernel sources with the
same versioning. This is no longer the case, since the commit below
switched to using an out-of-tree build mirror hosting repos for each.

Replace bpftools with separate bpftool and libbpf packages, each simplified
and correctly versioned. Also fix the broken libbpf ABI introduced in the
same commit. Existing build .config files are not impacted.

Fixes: 00cbf6f6ab1d ("bpftools: update to standalone bpftools + libbpf, use the latest version")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/libs/libbpf/Makefile [new file with mode: 0644]
package/libs/libbpf/patches/001-cflags.patch [new file with mode: 0644]
package/network/utils/bpftool/Makefile [new file with mode: 0644]
package/network/utils/bpftool/patches/001-cflags.patch [new file with mode: 0644]
package/network/utils/bpftool/patches/002-includes.patch [new file with mode: 0644]
package/network/utils/bpftools/Makefile [deleted file]
package/network/utils/bpftools/patches/001-cflags.patch [deleted file]
package/network/utils/bpftools/patches/002-includes.patch [deleted file]