]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Drop MULTIMACH_HOST_SYS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Mar 2017 09:29:04 +0000 (10:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Mar 2017 09:35:10 +0000 (10:35 +0100)
There are no users of this left after recipe specfic sysroots was implemented,
drop the variable as it no longer makes sense or is useful.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index d756af4e73207c1446884e62d382e0c4703e0804..5e98d4511f505ef6d95ed12f78752cf0d6bd6c57 100644 (file)
@@ -150,7 +150,6 @@ PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
 PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH"
 
 MULTIMACH_TARGET_SYS = "${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
-MULTIMACH_HOST_SYS = "${PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}"
 
 ##################################################################
 # Date/time variables.