diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-03-08 09:11:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:10:52 -0800 |
commit | aa0b25ddb5ca6cda8becd87c99e45d313f7d2fcb (patch) | |
tree | 1c3b867bb4223b3216cb9dc9f2ac0a98c69e0e32 | |
parent | 0348695e8dda45b4b5b4c5c0f3346e4a9f40ec86 (diff) | |
download | meta-openembedded-aa0b25ddb5ca6cda8becd87c99e45d313f7d2fcb.tar.gz |
libbpf: upgrade 0.8.0 -> 1.1.0
Changelog:
https://github.com/libbpf/libbpf/releases/tag/v1.1.0
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb (renamed from meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb index 3aea7c079..1aee51f1e 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238 | |||
9 | DEPENDS = "zlib elfutils" | 9 | DEPENDS = "zlib elfutils" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" |
12 | SRCREV = "86eb09863c1c0177e99c2c703092042d3cdba910" | 12 | SRCREV = "6597330c45d185381900037f0130712cd326ae59" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" |