summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/ply/ply_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb
index 61a0092c81..c22dcbd12a 100644
--- a/meta-oe/recipes-devtools/ply/ply_git.bb
+++ b/meta-oe/recipes-devtools/ply/ply_git.bb
@@ -12,6 +12,8 @@ SRCREV = "864fac79116870df1ab7aa21e639578807e41e75"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15LD = "${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"
16
15inherit autotools-brokensep 17inherit autotools-brokensep
16 18
17COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux" 19COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"