From 41165d754ecc3fa2c5291b1faec9a9e6316b3853 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:04:18 +0800 Subject: libbpf: upgrade 1.1.0 -> 1.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb | 31 --------------------------- meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb | 31 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb create mode 100644 meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb deleted file mode 100644 index 1aee51f1eb..0000000000 --- a/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Library for BPF handling" -DESCRIPTION = "Library for BPF handling" -HOMEPAGE = "https://github.com/libbpf/libbpf" -SECTION = "libs" -LICENSE = "LGPL-2.1-or-later" - -LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" - -DEPENDS = "zlib elfutils" - -SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" -SRCREV = "6597330c45d185381900037f0130712cd326ae59" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" - -S = "${WORKDIR}/git/src" - -EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" - -inherit pkgconfig - -do_compile() { - oe_runmake -} - -do_install() { - oe_runmake install -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb new file mode 100644 index 0000000000..7c3df5f8ad --- /dev/null +++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "Library for BPF handling" +DESCRIPTION = "Library for BPF handling" +HOMEPAGE = "https://github.com/libbpf/libbpf" +SECTION = "libs" +LICENSE = "LGPL-2.1-or-later" + +LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" + +DEPENDS = "zlib elfutils" + +SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" +SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" + +S = "${WORKDIR}/git/src" + +EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" + +inherit pkgconfig + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake install +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf