diff options
Diffstat (limited to 'meta-oe/recipes-devtools/pahole')
-rw-r--r-- | meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch (renamed from meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch) | 1 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.29.bb (renamed from meta-oe/recipes-devtools/pahole/pahole_1.25.bb) | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch index 4f7dfd4cca..7dc18d7aa2 100644 --- a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch +++ b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch | |||
@@ -4,7 +4,6 @@ Date: Wed, 15 Sep 2021 17:54:01 +0200 | |||
4 | Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 | 4 | Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [OE specific] | 6 | Upstream-Status: Inappropriate [OE specific] |
7 | |||
8 | --- | 7 | --- |
9 | ostra/ostra-cg | 2 +- | 8 | ostra/ostra-cg | 2 +- |
10 | ostra/python/ostra.py | 2 +- | 9 | ostra/python/ostra.py | 2 +- |
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb b/meta-oe/recipes-devtools/pahole/pahole_1.29.bb index 1334c850e6..aca915bf32 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.29.bb | |||
@@ -7,17 +7,16 @@ DEPENDS = "elfutils zlib libbpf" | |||
7 | 7 | ||
8 | # Depends on MACHINE_ARCH libbpf | 8 | # Depends on MACHINE_ARCH libbpf |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" | 10 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |
11 | 11 | ||
12 | SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" | 12 | SRCREV = "b9cc7963051b2099795129450f9b70c81950d02f" |
13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ |
14 | file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" | 14 | file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
19 | 18 | ||
20 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" | 19 | PACKAGECONFIG[python3] = ",,python3,python3-core" |
21 | 20 | ||
22 | EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" | 21 | EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" |
23 | 22 | ||