All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2 0/1] fix for mesa-* build failures
@ 2011-09-08  7:18 Saul Wold
  2011-09-08  7:18 ` [PULL v2 1/1] python-native: add link for python2 Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-09-08  7:18 UTC (permalink / raw)
  To: openembedded-core

Fixes mesa configure scripts finding host (not native) 
python2 executable

v2: Bump PR!
    Found the right combination of args for link and sstate!

Sau!

The following changes since commit fa8dad209247b780590bc8476b5b16e6608d7907:

  avahi: only use gtk if DISTRO_FEATURES includes x11 (2011-09-07 23:44:07 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (1):
  python-native: add link for python2

 .../recipes-devtools/python/python-native_2.6.6.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

-- 
1.7.6




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

* [PULL v2 1/1] python-native: add link for python2
  2011-09-08  7:18 [PULL v2 0/1] fix for mesa-* build failures Saul Wold
@ 2011-09-08  7:18 ` Saul Wold
  2011-09-08  8:57   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-09-08  7:18 UTC (permalink / raw)
  To: openembedded-core

Add link for python2 as some configuration tools search from a python2
and could find the host python instead of the python-native.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../recipes-devtools/python/python-native_2.6.6.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/python/python-native_2.6.6.bb b/meta/recipes-devtools/python/python-native_2.6.6.bb
index 2b00d32..e0a4fb3 100644
--- a/meta/recipes-devtools/python/python-native_2.6.6.bb
+++ b/meta/recipes-devtools/python/python-native_2.6.6.bb
@@ -1,6 +1,6 @@
 require python.inc
 DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
 
@@ -42,4 +42,7 @@ do_install() {
 	for PYTHSCRIPT in `grep -rIl ${bindir}/python ${D}${bindir}`; do
 		sed -i -e '1s|^#!.*|#!/usr/bin/env python|' $PYTHSCRIPT
 	done
+
+	ln -sf python ${D}${bindir}/python2
+
 }
-- 
1.7.6




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

* Re: [PULL v2 1/1] python-native: add link for python2
  2011-09-08  7:18 ` [PULL v2 1/1] python-native: add link for python2 Saul Wold
@ 2011-09-08  8:57   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-09-08  8:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-09-08 at 00:18 -0700, Saul Wold wrote:
> Add link for python2 as some configuration tools search from a python2
> and could find the host python instead of the python-native.
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>  .../recipes-devtools/python/python-native_2.6.6.bb |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)

Merged to master. Interesting find!

Cheers,

Richard




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

end of thread, other threads:[~2011-09-08  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-08  7:18 [PULL v2 0/1] fix for mesa-* build failures Saul Wold
2011-09-08  7:18 ` [PULL v2 1/1] python-native: add link for python2 Saul Wold
2011-09-08  8:57   ` 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.