diff options
Diffstat (limited to 'meta-oe/recipes-devtools/pstack/pstack.inc')
-rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack.inc b/meta-oe/recipes-devtools/pstack/pstack.inc index 1c85b12061..778438a272 100644 --- a/meta-oe/recipes-devtools/pstack/pstack.inc +++ b/meta-oe/recipes-devtools/pstack/pstack.inc | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" | |||
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||
14 | S = "${UNPACKDIR}/${BPN}-${PV}" | ||
15 | DEPENDS += "zlib xz libunwind elfutils" | 14 | DEPENDS += "zlib xz libunwind elfutils" |
16 | 15 | ||
17 | RDEPENDS:${PN} += "elfutils" | 16 | RDEPENDS:${PN} += "elfutils" |
@@ -39,3 +38,8 @@ PACKAGES += "${PN}-dev" | |||
39 | FILES:${PN}-dev += "${base_libdir}/*.so" | 38 | FILES:${PN}-dev += "${base_libdir}/*.so" |
40 | 39 | ||
41 | TOOLCHAIN = "gcc" | 40 | TOOLCHAIN = "gcc" |
41 | |||
42 | COMPATIBLE_HOST:riscv64 = "null" | ||
43 | COMPATIBLE_HOST:riscv32 = "null" | ||
44 | COMPATIBLE_HOST:arm = "null" | ||
45 | COMPATIBLE_HOST:libc-musl = "null" | ||