File tree Expand file tree Collapse file tree 2 files changed +3
-37
lines changed
meta-oe/recipes-kernel/libbpf Expand file tree Collapse file tree 2 files changed +3
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,24 +6,21 @@ LICENSE = "LGPLv2.1+"
66
77# There is a typo in the filename, LPGL should really be LGPL.
88# Keep this until the correct name is set upstream.
9- LIC_FILES_CHKSUM = "file://../LICENSE.LPGL -2.1;md5=b370887980db5dd40659b50909238dbd"
9+ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL -2.1;md5=b370887980db5dd40659b50909238dbd"
1010
1111DEPENDS = "zlib elfutils"
1212
1313do_compile [depends ] += "virtual/kernel:do_shared_workdir"
1414
1515SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https"
16- SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469"
17-
18- # Backported from version 0.4
19- SRC_URI += "file://0001-install-don-t-preserve-file-owner.patch"
16+ SRCREV = "db9614b6bd69746809d506c2786f914b0f812c37"
2017
2118PACKAGE_ARCH = "${MACHINE_ARCH} "
2219COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64).*-linux"
2320
2421S = "${WORKDIR} /git/src"
2522
26- EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} "
23+ EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR= ${includedir} "
2724
2825inherit pkgconfig
2926
You can’t perform that action at this time.
0 commit comments