diff options
-rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb (renamed from meta-oe/recipes-kernel/libbpf/libbpf_0.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.7.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb index 461e6b05ed..76fd862142 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.7.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.8.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 = "2cd2d03f63242c048a896179398c68d2dbefe3d6" | 12 | SRCREV = "86eb09863c1c0177e99c2c703092042d3cdba910" |
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" |