Skip to content

Commit 8d62db7

Browse files
teknoraverkraj
authored andcommitted
libbpf: bump to 0.4.0
Signed-off-by: Khem Raj <[email protected]>
1 parent 53e5731 commit 8d62db7

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

meta-oe/recipes-kernel/libbpf/libbpf/0001-install-don-t-preserve-file-owner.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb renamed to meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,21 @@ LICENSE = "LGPLv2.1+"
66

77
# There is a typo in the filename, LPGL should really be LGPL.
88
# Keep this until the correct name is set upstream.
9-
LIC_FILES_CHKSUM = "file://../LICENSE.LPGL-2.1;md5=b370887980db5dd40659b50909238dbd"
9+
LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
1010

1111
DEPENDS = "zlib elfutils"
1212

1313
do_compile[depends] += "virtual/kernel:do_shared_workdir"
1414

1515
SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https"
16-
SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469"
17-
18-
# Backported from version 0.4
19-
SRC_URI += "file://0001-install-don-t-preserve-file-owner.patch"
16+
SRCREV = "db9614b6bd69746809d506c2786f914b0f812c37"
2017

2118
PACKAGE_ARCH = "${MACHINE_ARCH}"
2219
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64).*-linux"
2320

2421
S = "${WORKDIR}/git/src"
2522

26-
EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir}"
23+
EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
2724

2825
inherit pkgconfig
2926

0 commit comments

Comments
 (0)