All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] chrpath: add nativesdk variant
  2010-12-15 15:44 [PATCH 0/2] Increase the usefulness of external-python-tarball Joshua Lock
@ 2010-12-15 15:39 ` Joshua Lock
  2010-12-15 15:40 ` [PATCH 2/2] external-python-tarball: add chrpath to the tarball Joshua Lock
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-15 15:39 UTC (permalink / raw)
  To: poky

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-devtools/chrpath/chrpath_0.13.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
index 19cdadf..9726ad7 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
@@ -18,4 +18,4 @@ S = "${WORKDIR}/chrpath-${PV}"
 # so must use the one we've just built
 CHRPATH_BIN_virtclass-native = "${S}/chrpath"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.3.3



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

* [PATCH 2/2] external-python-tarball: add chrpath to the tarball
  2010-12-15 15:44 [PATCH 0/2] Increase the usefulness of external-python-tarball Joshua Lock
  2010-12-15 15:39 ` [PATCH 1/2] chrpath: add nativesdk variant Joshua Lock
@ 2010-12-15 15:40 ` Joshua Lock
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-15 15:40 UTC (permalink / raw)
  To: poky

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-core/meta/external-python-tarball.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
index 1812ba5..494b21c 100644
--- a/meta/recipes-core/meta/external-python-tarball.bb
+++ b/meta/recipes-core/meta/external-python-tarball.bb
@@ -27,7 +27,9 @@ TOOLCHAIN_HOST_TASK ?= "\
     python-nativesdk-xmlrpc \
     python-nativesdk-netclient \
     python-nativesdk-netserver \
-    python-nativesdk-distutils"
+    python-nativesdk-distutils \
+    chrpath-nativesdk \
+    "
 
 TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}"
 
-- 
1.7.3.3



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

* [PATCH 0/2] Increase the usefulness of external-python-tarball
@ 2010-12-15 15:44 Joshua Lock
  2010-12-15 15:39 ` [PATCH 1/2] chrpath: add nativesdk variant Joshua Lock
  2010-12-15 15:40 ` [PATCH 2/2] external-python-tarball: add chrpath to the tarball Joshua Lock
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-15 15:44 UTC (permalink / raw)
  To: poky

Reports lead me to believe that the chrpath dependency is also hard to
satisfy on older distributions. This patchset adds it to the
external-python-tarball.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: josh/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master

Thanks,
    Joshua Lock <josh@linux.intel.com>
---


Joshua Lock (2):
  chrpath: add nativesdk variant
  external-python-tarball: add chrpath to the tarball

 meta/recipes-core/meta/external-python-tarball.bb |    4 +++-
 meta/recipes-devtools/chrpath/chrpath_0.13.bb     |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
1.7.3.3



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

end of thread, other threads:[~2010-12-15 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 15:44 [PATCH 0/2] Increase the usefulness of external-python-tarball Joshua Lock
2010-12-15 15:39 ` [PATCH 1/2] chrpath: add nativesdk variant Joshua Lock
2010-12-15 15:40 ` [PATCH 2/2] external-python-tarball: add chrpath to the tarball Joshua Lock

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.