Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/2] Portability fixes for "make menuconfig"
@ 2015-01-02 23:58 Bjørn Forsman
  2015-01-02 23:58 ` [Buildroot] [PATCH v3 1/2] Makefile: pass host PKG_CONFIG_PATH at "make menuconfig" time Bjørn Forsman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bjørn Forsman @ 2015-01-02 23:58 UTC (permalink / raw)
  To: buildroot

Hi,

Here are two portability fixes needed to be able to run "make menuconfig" on
NixOS[1].

[1]: http://nixos.org/

Bj?rn Forsman (2):
  Makefile: pass host PKG_CONFIG_PATH at "make menuconfig" time
  kconfig/lxdialog: get ncurses CFLAGS with pkg-config

 Makefile                                           |  4 +-
 support/kconfig/lxdialog/check-lxdialog.sh         |  6 ++-
 ...dialog-get-ncurses-CFLAGS-with-pkg-config.patch | 50 ++++++++++++++++++++++
 support/kconfig/patches/series                     |  1 +
 4 files changed, 59 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 support/kconfig/lxdialog/check-lxdialog.sh
 create mode 100644 support/kconfig/patches/17-kconfig-lxdialog-get-ncurses-CFLAGS-with-pkg-config.patch

Changes v2 -> v3:
  - fixup kconfig/lxdialog patch a/... b/... sub-paths (kconfig is located in
    different sub-directories in linux and buildroot) and apply the patch
    with quilt. (I apparently didn't test v2 properly; I thought the patch
    series were automatically applied by Buildroot, but it has to be applied
    manually and then committed.)
  - address comments from Yann:
    - use immediate assignment for HOST_PKG_CONFIG_PATH
    - drop unneeded export of HOST_PKG_CONFIG_PATH
    - drop unneeded sub-shell, place PKG_CONFIG_PATH in front of $(MAKE) instead
    - re-order patches
  - add quotes around expansion of $HOST_PKG_CONFIG_PATH

Changes v1 -> v2:
  - make the kconfig/lxdialog patch a separate patch file, instead of modifying
    the kconfig sources (which are synced with linux from time to time).
    Suggested by Thomas P.

-- 
2.1.3

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

end of thread, other threads:[~2015-01-08  8:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 23:58 [Buildroot] [PATCH v3 0/2] Portability fixes for "make menuconfig" Bjørn Forsman
2015-01-02 23:58 ` [Buildroot] [PATCH v3 1/2] Makefile: pass host PKG_CONFIG_PATH at "make menuconfig" time Bjørn Forsman
2015-01-07 20:33   ` Yann E. MORIN
2015-01-02 23:58 ` [Buildroot] [PATCH v3 2/2] kconfig/lxdialog: get ncurses CFLAGS with pkg-config Bjørn Forsman
2015-01-07 20:34   ` Yann E. MORIN
2015-01-07 21:28 ` [Buildroot] [PATCH v3 0/2] Portability fixes for "make menuconfig" Thomas Petazzoni
2015-01-07 21:52   ` Bjørn Forsman
2015-01-08  8:18     ` Thomas Petazzoni

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