summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-collateral.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc-collateral.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-collateral.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc
index de859d5ce9..aa871ac83d 100644
--- a/meta/recipes-core/glibc/glibc-collateral.inc
+++ b/meta/recipes-core/glibc/glibc-collateral.inc
@@ -7,7 +7,8 @@ HOMEPAGE = "http://www.gnu.org/software/libc/index.html"
7# This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale 7# This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale
8# will fail to find main glibc, for details see 8# will fail to find main glibc, for details see
9# http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html 9# http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html
10ARM_INSTRUCTION_SET = "arm" 10ARM_INSTRUCTION_SET_armv4 = "arm"
11ARM_INSTRUCTION_SET_armv5 = "arm"
11 12
12deltask do_fetch 13deltask do_fetch
13deltask do_unpack 14deltask do_unpack