diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-12 22:11:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-12 22:14:04 -0800 |
commit | 7d4174ab0af6fe419580deaf780c0f992f512519 (patch) | |
tree | c63129620799cbf089aa506b9843623d32bd8ca1 /meta-oe/recipes-devtools | |
parent | 0eb7249b24233da0a0b0d6e7a1ac99f8862ed310 (diff) | |
download | meta-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.bb | 2 |
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" | |||
14 | 14 | ||
15 | inherit autotools-brokensep | 15 | inherit autotools-brokensep |
16 | 16 | ||
17 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc.*)-linux" | 17 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux" |