All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case
  2011-09-28 20:38 ` [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case Jessica Zhang
@ 2011-09-28 20:28   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-09-28 20:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-09-28 at 13:38 -0700, Jessica Zhang wrote:
> Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
> ---
>  meta/classes/toolchain-scripts.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
> index 4a28e5f..875efed 100644
> --- a/meta/classes/toolchain-scripts.bbclass
> +++ b/meta/classes/toolchain-scripts.bbclass
> @@ -96,7 +96,7 @@ toolchain_create_sdk_env_script_for_installer () {
>  	echo 'export CPPFLAGS="${TARGET_CC_ARCH} --sysroot=##SDKTARGETSYSROOT##"' >> $script
>  	echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
>  	echo 'export OECORE_TARGET_SYSROOT="##SDKTARGETSYSROOT##"' >> $script
> -        echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/acloal"' >> $script
> +        echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script
>  	echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script
>  	echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script
>  }

Merged to master, thanks.

Richard





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 0/1] Fix a type for setting up OECORE_ACLOCAL_OPTS for adt-installer, need go in edison
@ 2011-09-28 20:38 Jessica Zhang
  2011-09-28 20:38 ` [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case Jessica Zhang
  0 siblings, 1 reply; 3+ messages in thread
From: Jessica Zhang @ 2011-09-28 20:38 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7eb193fc4994b880ce115fc00fb52b4d9cda530e:
  Paul Eggleton (1):
        bitbake/lib/bb/msg.py: fix setting debug and verbosity levels

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jzhang/OECORE_ACLOCAL_OPTS
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jzhang/OECORE_ACLOCAL_OPTS

Jessica Zhang (1):
  Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer
    case

 meta/classes/toolchain-scripts.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case
  2011-09-28 20:38 [PATCH 0/1] Fix a type for setting up OECORE_ACLOCAL_OPTS for adt-installer, need go in edison Jessica Zhang
@ 2011-09-28 20:38 ` Jessica Zhang
  2011-09-28 20:28   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Jessica Zhang @ 2011-09-28 20:38 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
 meta/classes/toolchain-scripts.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
index 4a28e5f..875efed 100644
--- a/meta/classes/toolchain-scripts.bbclass
+++ b/meta/classes/toolchain-scripts.bbclass
@@ -96,7 +96,7 @@ toolchain_create_sdk_env_script_for_installer () {
 	echo 'export CPPFLAGS="${TARGET_CC_ARCH} --sysroot=##SDKTARGETSYSROOT##"' >> $script
 	echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script
 	echo 'export OECORE_TARGET_SYSROOT="##SDKTARGETSYSROOT##"' >> $script
-        echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/acloal"' >> $script
+        echo 'export OECORE_ACLOCAL_OPTS="-I ${SDKPATHNATIVE}/usr/share/aclocal"' >> $script
 	echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script
 	echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script
 }
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-28 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28 20:38 [PATCH 0/1] Fix a type for setting up OECORE_ACLOCAL_OPTS for adt-installer, need go in edison Jessica Zhang
2011-09-28 20:38 ` [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case Jessica Zhang
2011-09-28 20:28   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.