diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:55:43 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:52 -0700 |
| commit | 8fc8a8ee0ecd33bfaec8b907c0b2d391c98149f0 (patch) | |
| tree | 3e21769066e9bb4790f35735c09084222f12f779 | |
| parent | d3b9eaa4aed451a6019feedfaee7a81578e254f9 (diff) | |
| download | meta-openembedded-8fc8a8ee0ecd33bfaec8b907c0b2d391c98149f0.tar.gz | |
libbpf: upgrade 1.4.2 -> 1.4.3
Changelog:
Fix libbpf unintentionally dropping FD_CLOEXEC flag when (internally) duping FDs.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_1.4.3.bb (renamed from meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.3.bb index 928482ba36..665585d0cb 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.3.bb | |||
| @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238 | |||
| 8 | 8 | ||
| 9 | DEPENDS = "zlib elfutils" | 9 | DEPENDS = "zlib elfutils" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-1.4.2" | 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-1.4.3" |
| 12 | SRCREV = "1b357586a7a62db7fe27af4ebe4bdefe6986cfd6" | 12 | SRCREV = "f8c6e0393d4be665fc0b584266b2a1354a71835e" |
| 13 | 13 | ||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |
