aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-12 22:11:09 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-12 22:14:04 -0800
commit7d4174ab0af6fe419580deaf780c0f992f512519 (patch)
treec63129620799cbf089aa506b9843623d32bd8ca1 /meta-oe/recipes-devtools
parent0eb7249b24233da0a0b0d6e7a1ac99f8862ed310 (diff)
downloadmeta-openembedded-7d4174ab0af6fe419580deaf780c0f992f512519.tar.gz
ply: Disable on ppc64
Port does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/ply/ply_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb
index bf91c7b853..b1327efebf 100644
--- a/meta-oe/recipes-devtools/ply/ply_git.bb
+++ b/meta-oe/recipes-devtools/ply/ply_git.bb
@@ -14,4 +14,4 @@ S = "${WORKDIR}/git"
inherit autotools-brokensep
-COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc.*)-linux"
+COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"