diff options
author | Matteo Croce <mcroce@microsoft.com> | 2021-09-15 03:48:03 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-14 19:14:42 -0700 |
commit | 1664cb6c8fa5921b2c0e9212d8d91cebcb25cd7a (patch) | |
tree | 757223f3698a10f61655dd8442371d7b2898c20f /meta-oe/recipes-kernel | |
parent | 704fe4c9c844461877fd28be75defeb669173cec (diff) | |
download | meta-openembedded-1664cb6c8fa5921b2c0e9212d8d91cebcb25cd7a.tar.gz |
libbpf: bump to 0.5.0
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb (renamed from meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb index 92fc83d0b6..7ce7234528 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb | |||
@@ -9,10 +9,10 @@ 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" | 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https" |
12 | SRCREV = "db9614b6bd69746809d506c2786f914b0f812c37" | 12 | SRCREV = "5579664205e42194e1921d69d0839f660c801a4d" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" |
16 | 16 | ||
17 | S = "${WORKDIR}/git/src" | 17 | S = "${WORKDIR}/git/src" |
18 | 18 | ||