mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
libbpf: bump to 0.5.0
Signed-off-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
704fe4c9c8
commit
1664cb6c8f
|
|
@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
|
||||||
DEPENDS = "zlib elfutils"
|
DEPENDS = "zlib elfutils"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https"
|
SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https"
|
||||||
SRCREV = "db9614b6bd69746809d506c2786f914b0f812c37"
|
SRCREV = "5579664205e42194e1921d69d0839f660c801a4d"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64).*-linux"
|
COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/src"
|
S = "${WORKDIR}/git/src"
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user