Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-master/misc-fixes
@ 2012-12-30 22:54 Samuel Martin
  2012-12-30 22:54 ` [Buildroot] [PATCH 1/8] matchbox-lib: fix license info Samuel Martin
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Samuel Martin @ 2012-12-30 22:54 UTC (permalink / raw)
  To: buildroot

Hello,

Here are few random fixes, some of them are related to python handling
from the host system.

The patches handling the python binary provided by the host system are
also an RFC that summarize few discussions on the IRC channel.

The following changes since commit f1d44593a04ff3be981c8a3b01a502f0b18193ee:

  docs/manual: small fixes and enhancements to adding generic packages (2012-12-30 22:39:13 +0100)

are available in the git repository at:

  git at github.com:tSed/buildroot.git for-master/misc-fixes

for you to fetch changes up to 8de478e5aa4b0f15008159ea3ad238605e5ffe0e:

  manual: add host python2 dependency section (2012-12-30 23:47:23 +0100)

----------------------------------------------------------------
Samuel Martin (8):
      matchbox-lib: fix license info
      fluxbox: fix build against imlib2
      package/Makefile.in: update/fix HOST_PATH variable
      package/pkg-cmake.mk: make sure $(HOST_PATH) is in the PATH at configure time
      dependencies: build a host python2 if no suitable one can be found
      scons: add host-python2-if-needed dependency
      scons: ensure $(HOST_DIR)/usr/bin is in the PATH when invoking $(SCONS)
      manual: add host python2 dependency section

 docs/manual/adding-packages-tips.txt              | 38 +++++++++++++++++++++++
 package/Makefile.in                               |  2 +-
 package/fluxbox/fluxbox-1.3.2-fix-configure.patch | 19 ++++++++++++
 package/fluxbox/fluxbox.mk                        | 10 +++++-
 package/matchbox/matchbox-lib/matchbox-lib.mk     |  2 +-
 package/pkg-cmake.mk                              |  5 +--
 package/scons/scons.mk                            | 10 ++++--
 support/dependencies/check-host-python2.mk        | 18 +++++++++++
 support/dependencies/check-host-python2.sh        | 13 ++++++++
 support/dependencies/dependencies.sh              |  2 +-
 10 files changed, 110 insertions(+), 9 deletions(-)
 create mode 100644 package/fluxbox/fluxbox-1.3.2-fix-configure.patch
 create mode 100644 support/dependencies/check-host-python2.mk
 create mode 100755 support/dependencies/check-host-python2.sh

Yours,

--

Samuel

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Buildroot] [pull request] Pull request for branch for-master/misc-fixes
@ 2012-12-30 21:33 Samuel Martin
  2012-12-30 21:33 ` [Buildroot] [PATCH 3/8] package/Makefile.in: update/fix HOST_PATH variable Samuel Martin
  0 siblings, 1 reply; 17+ messages in thread
From: Samuel Martin @ 2012-12-30 21:33 UTC (permalink / raw)
  To: buildroot

Hello,

Here are few random fixes, some of them are related to python handling
from the host system.

The patches handling the python binary provided by the host system are
also an RFC that summarize few discussions on the IRC channel.

The following changes since commit 8850c522172acc6586c32a30f2dee79501293636:

  docs/manual: do not suggest to create a symlink for shared download directory (2012-12-29 22:42:41 +0100)

are available in the git repository at:

  git at github.com:tSed/buildroot.git for-master/misc-fixes

for you to fetch changes up to 92a1a6fcc94a58f445133e8e4cf1ae47c73e0eae:

  manual: add host python2 dependency section (2012-12-30 20:44:12 +0100)

----------------------------------------------------------------
Samuel Martin (8):
      matchbox-lib: fix license info
      fluxbox: fix build against imlib2
      package/Makefile.in: update/fix HOST_PATH variable
      package/pkg-cmake.mk: make sure $(HOST_PATH) is in the PATH at configure time
      dependencies: build a host python2 if no suitable one can be found
      scons: add host-python2-if-needed dependency
      scons: ensure $(HOST_DIR)/usr/bin is in the PATH when invoking $(SCONS)
      manual: add host python2 dependency section

 docs/manual/adding-packages-tips.txt              | 38 +++++++++++++++++++++++
 package/Makefile.in                               |  2 +-
 package/fluxbox/fluxbox-1.3.2-fix-configure.patch | 19 ++++++++++++
 package/fluxbox/fluxbox.mk                        | 10 +++++-
 package/matchbox/matchbox-lib/matchbox-lib.mk     |  2 +-
 package/pkg-cmake.mk                              |  5 +--
 package/scons/scons.mk                            | 10 ++++--
 support/dependencies/check-host-python2.mk        | 18 +++++++++++
 support/dependencies/check-host-python2.sh        | 13 ++++++++
 support/dependencies/dependencies.sh              |  2 +-
 10 files changed, 110 insertions(+), 9 deletions(-)
 create mode 100644 package/fluxbox/fluxbox-1.3.2-fix-configure.patch
 create mode 100644 support/dependencies/check-host-python2.mk
 create mode 100755 support/dependencies/check-host-python2.sh

Yours,

--

Samuel

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

end of thread, other threads:[~2013-02-07 16:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30 22:54 [Buildroot] [pull request] Pull request for branch for-master/misc-fixes Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 1/8] matchbox-lib: fix license info Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 2/8] fluxbox: fix build against imlib2 Samuel Martin
2013-01-03 20:38   ` Peter Korsgaard
2012-12-30 22:54 ` [Buildroot] [PATCH 3/8] package/Makefile.in: update/fix HOST_PATH variable Samuel Martin
2013-02-07  7:07   ` Arnout Vandecappelle
2013-02-07  8:27   ` Thomas Petazzoni
2013-02-07 16:48     ` Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 4/8] package/pkg-cmake.mk: make sure $(HOST_PATH) is in the PATH at configure time Samuel Martin
2013-02-07  7:08   ` Arnout Vandecappelle
2012-12-30 22:54 ` [Buildroot] [PATCH 5/8] dependencies: build a host python2 if no suitable one can be found Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 6/8] scons: add host-python2-if-needed dependency Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 7/8] scons: ensure $(HOST_DIR)/usr/bin is in the PATH when invoking $(SCONS) Samuel Martin
2012-12-30 22:54 ` [Buildroot] [PATCH 8/8] manual: add host python2 dependency section Samuel Martin
  -- strict thread matches above, loose matches on Subject: below --
2012-12-30 21:33 [Buildroot] [pull request] Pull request for branch for-master/misc-fixes Samuel Martin
2012-12-30 21:33 ` [Buildroot] [PATCH 3/8] package/Makefile.in: update/fix HOST_PATH variable Samuel Martin
2012-12-30 22:11   ` Thomas Petazzoni
2012-12-30 22:41     ` Samuel Martin

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