From: Matthew McClintock Date: Mon, 27 Feb 2012 17:00:42 +0000 (-0600) Subject: fsl.conf: override TARGET_VENDOR for multilib scenario X-Git-Tag: 2.1~534^2~524 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5fd9060f96dababff6db0e02a0fda72b1906abb9;p=meta-freescale.git fsl.conf: override TARGET_VENDOR for multilib scenario Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index 16590b93..888f28c0 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -7,6 +7,8 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" MAINTAINER = "Matthew McClintock " TARGET_VENDOR = "-fsl" +TARGET_VENDOR_virtclass-multilib-lib32 = "-fsl" +TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl" LOCALCONF_VERSION = "1"