summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-17 22:10:13 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-17 22:11:04 -0700
commit1978e19f863edcd1057a96a47a2b62a400579fc6 (patch)
tree3431ace02f845fb0ade6ec4e21039187cb134b64
parent204c20483490e3470ada0ad183fbb5b692f6eefb (diff)
downloadmeta-openembedded-1978e19f863edcd1057a96a47a2b62a400579fc6.tar.gz
reptyr: Do not build for riscv32
It needs to add platform support first Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb b/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb
index 57b31a78d9..6889758224 100644
--- a/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb
+++ b/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb
@@ -27,3 +27,5 @@ do_compile () {
27do_install () { 27do_install () {
28 oe_runmake install 'DESTDIR=${D}' 28 oe_runmake install 'DESTDIR=${D}'
29} 29}
30
31COMPATIBLE_HOST:riscv32 = "null"