From: Richard Purdie Date: Fri, 9 Jan 2009 00:18:41 +0000 (+0000) Subject: Add a shortcut for the EXEEXT we'll use in packaging X-Git-Tag: Release-2010-05/1~3797^2~17^2~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ff792ea6388133d661851768013e09a3545980;p=openembedded.git Add a shortcut for the EXEEXT we'll use in packaging --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 287a3d87f5..3646522d93 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -89,6 +89,9 @@ TARGET_PREFIX = "${TARGET_SYS}-" TARGET_CC_ARCH = "" TARGET_EXEEXT = "" +# A shortcut for the commonly used value +EXEEXT = "${HOST_EXEEXT}" + BASE_PACKAGE_ARCH = "${HOST_ARCH}" PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" MACHINE_ARCH = "${@[bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))]}"