Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Update pseudo to 1.4 (target improvements)
@ 2012-07-27 21:54 Peter Seebach
  2012-07-27 21:54 ` [PATCH 1/1] pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4 Peter Seebach
  2012-08-01 23:14 ` [PATCH 0/1] Update pseudo to 1.4 (target improvements) Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Seebach @ 2012-07-27 21:54 UTC (permalink / raw)
  To: openembedded-core

Someone managed to do something which caused pseudo to try to build
on ARM, where -m32 doesn't work, and I looked at the sort of half-baked
--arch fix in tree, concluded I hated it, and redid it. So as of 1.4,
pseudo now has support for a --cflags configure option, so the build system
can pass in its own cflags instead of relying on pseudo being able to
guess the correct way to change bit widths around.

It still relies on the guesswork for the native build, but at least so
far that's always x86. And at least we now have the correct tool so that,
if we ever do develop a clean way to create the cflags for a different
width, we'll be able to pass them in without major alterations.

I also changed the upstream to point to the yoctoproject.org git server,
which I've been using as the primary upstream for a couple of months
now. Verified that at least pseudo-native can build from both the _git
and 1.4 recipes.

The following changes since commit 651b223c5fc93c7504e304e954b9ae4640ed47c6:
  Paul Eggleton (1):
        usbutils: avoid dependency on bash

are available in the git repository at:

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

Peter Seebach (1):
  pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4

 meta/recipes-devtools/pseudo/pseudo.inc      |   12 +++++++++---
 meta/recipes-devtools/pseudo/pseudo_1.3.1.bb |    8 --------
 meta/recipes-devtools/pseudo/pseudo_1.4.bb   |    8 ++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb   |    8 ++++----
 4 files changed, 21 insertions(+), 15 deletions(-)
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.1.bb
 create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.bb




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

end of thread, other threads:[~2012-08-01 23:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 21:54 [PATCH 0/1] Update pseudo to 1.4 (target improvements) Peter Seebach
2012-07-27 21:54 ` [PATCH 1/1] pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4 Peter Seebach
2012-07-29  9:19   ` Richard Purdie
2012-08-01 23:14 ` [PATCH 0/1] Update pseudo to 1.4 (target improvements) Khem Raj

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