diff options
Diffstat (limited to 'meta-oe/recipes-kernel/libbpf/libbpf_1.6.2.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_1.6.2.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.6.2.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.6.2.bb deleted file mode 100644 index 28732b1e66..0000000000 --- a/meta-oe/recipes-kernel/libbpf/libbpf_1.6.2.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Library for BPF handling" | ||
| 2 | DESCRIPTION = "Library for BPF handling" | ||
| 3 | HOMEPAGE = "https://github.com/libbpf/libbpf" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "LGPL-2.1-or-later" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | ||
| 8 | |||
| 9 | DEPENDS = "zlib elfutils" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=${BPN}-${PV}" | ||
| 12 | SRCREV = "45e89348ec74617c11cd5241ccd0ffc91dfd03c4" | ||
| 13 | |||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" | ||
| 16 | |||
| 17 | S = "${UNPACKDIR}/${BP}/src" | ||
| 18 | |||
| 19 | EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" | ||
| 20 | EXTRA_OEMAKE:append:class-native = " UAPIDIR=${includedir}" | ||
| 21 | |||
| 22 | inherit pkgconfig | ||
| 23 | |||
| 24 | do_compile() { | ||
| 25 | oe_runmake | ||
| 26 | } | ||
| 27 | |||
| 28 | do_install() { | ||
| 29 | oe_runmake install | ||
| 30 | } | ||
| 31 | |||
| 32 | do_install:append:class-native() { | ||
| 33 | oe_runmake install_uapi_headers | ||
| 34 | } | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native nativesdk" | ||
