Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/5] add autotools nativesdk to meta-toolchain
@ 2011-11-30  8:45 wenzong.fan
  2011-11-30  8:45 ` [PATCH v2 1/5] gnu-config: Extend to provide nativesdk recipe wenzong.fan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: wenzong.fan @ 2011-11-30  8:45 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

v2 updates:
1) Extend m4 recipe with 'BBCLASSEXTEND="nativesdk"' instead of add
new *-nativesdk.bb files;

2) Add more comments to the commit messages.

[yocto #1603]

Add automake-nativesdk and autoconf-nativesdk into meta-toolchain to
help users process any new libtool m4 macros in their projects, such
as fix the configure issue:
    WARNING: unrecognized options: --with-libtool-sysroot

Also add m4-nativesdk and gnu-config-nativesdk which required by
autoconf-nativesdk.

The following changes since commit cf02474bda67f4f1043b2e95e1b371b2354585a7:
  Richard Purdie (1):
        qt-mobility: Add missing patch

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/1603
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/1603

Wenzong Fan (5):
  gnu-config: Extend to provide nativesdk recipe
  m4: Extend to provide nativesdk recipe
  automake: Extend to provide nativesdk recipe
  autoconf: Extend to provide nativesdk recipe
  task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchain

 meta/recipes-core/tasks/task-sdk-host-nativesdk.bb |    4 +++-
 meta/recipes-devtools/autoconf/autoconf_2.68.bb    |    9 ++++++---
 meta/recipes-devtools/automake/automake.inc        |    2 +-
 meta/recipes-devtools/automake/automake_1.11.1.bb  |    3 ++-
 .../gnu-config/gnu-config_20111111.bb              |    4 ++--
 meta/recipes-devtools/m4/m4_1.4.16.bb              |    4 +++-
 meta/recipes-devtools/m4/m4_1.4.9.bb               |    4 +++-
 7 files changed, 20 insertions(+), 10 deletions(-)




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

end of thread, other threads:[~2011-11-30 15:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  8:45 [PATCH v2 0/5] add autotools nativesdk to meta-toolchain wenzong.fan
2011-11-30  8:45 ` [PATCH v2 1/5] gnu-config: Extend to provide nativesdk recipe wenzong.fan
2011-11-30  8:45 ` [PATCH v2 2/5] m4: " wenzong.fan
2011-11-30  8:45 ` [PATCH v2 3/5] automake: " wenzong.fan
2011-11-30  8:45 ` [PATCH v2 4/5] autoconf: " wenzong.fan
2011-11-30  8:45 ` [PATCH v2 5/5] task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchain wenzong.fan
2011-11-30 15:10 ` [PATCH v2 0/5] " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox