diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:12 +0000 |
commit | 7d039b4dd214ef88d9d09825ae8e1d07b7df3913 (patch) | |
tree | 5877f3d20d022b195c0ab855beacddd8fab8aaad /meta | |
parent | 56a3f8df400601c3c405867e5c445f89cc4036ee (diff) | |
download | poky-7d039b4dd214ef88d9d09825ae8e1d07b7df3913.tar.gz |
ltp: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
(From OE-Core rev: 6be164d691291a297c8211bdb92f095bbfbd22fe)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20160126.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb index 7631e0ec00..7ee84e3557 100644 --- a/meta/recipes-extended/ltp/ltp_20160126.bb +++ b/meta/recipes-extended/ltp/ltp_20160126.bb | |||
@@ -23,7 +23,7 @@ DEPENDS = "attr libaio libcap acl openssl zip-native" | |||
23 | DEPENDS_append_libc-musl = " fts " | 23 | DEPENDS_append_libc-musl = " fts " |
24 | EXTRA_OEMAKE_append_libc-musl = " LIBC=musl " | 24 | EXTRA_OEMAKE_append_libc-musl = " LIBC=musl " |
25 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" | 25 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" |
26 | CFLAGS_append_mips64 = " -D__SANE_USERSPACE_TYPES__" | 26 | CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
27 | SRCREV = "fce797676b14f50406718e7ef640b50da66c9b36" | 27 | SRCREV = "fce797676b14f50406718e7ef640b50da66c9b36" |
28 | 28 | ||
29 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ | 29 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ |