Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined
Signed-off-by: Zubair Lutfullah Kakakhel <[email protected]> --- meta/recipes-extended/ltp/ltp_20160126.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb index 7631e0e..41670a5 100644 --- a/meta/recipes-extended/ltp/ltp_20160126.bb +++ b/meta/recipes-extended/ltp/ltp_20160126.bb @@ -23,7 +23,8 @@ DEPENDS = "attr libaio libcap acl openssl zip-native" DEPENDS_append_libc-musl = " fts " EXTRA_OEMAKE_append_libc-musl = " LIBC=musl " CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" -CFLAGS_append_mips64 = " -D__SANE_USERSPACE_TYPES__" +CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" +CFLAGS_append_mipsarchn64el = " -D__SANE_USERSPACE_TYPES__" SRCREV = "fce797676b14f50406718e7ef640b50da66c9b36" SRC_URI = "git://github.com/linux-test-project/ltp.git \ -- 2.10.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
