[OE-core] [PATCH 0/1] Fix realpath issue in pseudo

2011-06-09 Thread Mark Hatle
When pseudo is running in disabled mode (most of the time in oe-core), the
realpath function can fail on system systems.  This was discovered by some
problems found in Qt MOC and qmake.

The change is from upstream, and has been verified by the person who 
originally found the issue.

The following changes since commit d3e105451413617cf6415ae1600dc063f3d8d452:

  scripts/bitbake: Only build tar-replacement-native when the build system tar 
version  1.24 (2011-06-09 16:32:03 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib mhatle/pseudo
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo

Mark Hatle (1):
  pseudo: Fix problem related to realpath

 .../pseudo/pseudo/realpath_fix.patch   |  165 
 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb   |3 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb |2 +-
 3 files changed, 168 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch

-- 
1.7.3.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] Fix realpath issue in pseudo

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:15 -0500, Mark Hatle wrote:
 When pseudo is running in disabled mode (most of the time in oe-core), the
 realpath function can fail on system systems.  This was discovered by some
 problems found in Qt MOC and qmake.
 
 The change is from upstream, and has been verified by the person who 
 originally found the issue.
 
 The following changes since commit d3e105451413617cf6415ae1600dc063f3d8d452:
 
   scripts/bitbake: Only build tar-replacement-native when the build system 
 tar version  1.24 (2011-06-09 16:32:03 +0100)
 
 are available in the git repository at:
   git://git.pokylinux.org/poky-contrib mhatle/pseudo
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo
 
 Mark Hatle (1):
   pseudo: Fix problem related to realpath

Merged to master, thanks.

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core