All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies
@ 2016-07-02 22:20 Julien Floret
  2016-07-02 22:20 ` [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant Julien Floret
                   ` (69 more replies)
  0 siblings, 70 replies; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

The automatic derivation of host dependencies feature consists in
automatically deducing dependencies of a package host variant from the
dependencies of the target variant.

However, it causes some issues, and most host packages need different
dependencies than their target variants.

This series removes this feature in 3 steps:

1) patches 1 to 54 set explicit dependencies for all host packages that
   relied on automatic derivation (patches 1 to 54)
2) patch 55 removes the feature itself from buildroot infrastructure
3) patches 56 to 69 remove the empty dependencies definitions that had
   been added to avoid the automatic inheritance
   (as spotted by Arnout Vandecappelle)

Julien Floret (69):
  am335x-pru-package: add explicit dependencies for host variant
  axfsutils: add explicit dependencies for host variant
  bdwgc: add explicit dependencies for host variant
  cdrkit: add explicit dependencies for host variant
  cloog: add explicit dependencies for host variant
  cramfs: add explicit dependencies for host variant
  doxygen: add explicit dependencies for host variant
  dtc: add explicit dependencies for host variant
  e2tools: add explicit dependencies for host variant
  erlang-lager: add explicit dependencies for host variant
  expat: add explicit dependencies for host variant
  file: add explicit dependencies for host variant
  fontconfig: add explicit dependencies for host variant
  fwup: add explicit dependencies for host variant
  genimage: add explicit dependencies for host variant
  gmp: add explicit dependencies for host variant
  heimdal: add explicit dependencies for host variant
  imx-usb-loader: add explicit dependencies for host variant
  isl: add explicit dependencies for host variant
  libconfuse: add explicit dependencies for host variant
  libcroco: add explicit dependencies for host variant
  libftdi: add explicit dependencies for host variant
  libpng: add explicit dependencies for host variant
  libsepol: add explicit dependencies for host variant
  libtool: add explicit dependencies for host variant
  libusb-compat: add explicit dependencies for host variant
  libxml-parser-perl: add explicit dependencies for host variant
  lttng-babeltrace: add explicit dependencies for host variant
  lzop: add explicit dependencies for host variant
  mpc: add explicit dependencies for host variant
  mpfr: add explicit dependencies for host variant
  pixman: add explicit dependencies for host variant
  python-pycrypto: add explicit dependencies for host variant
  swig: add explicit dependencies for host variant
  wayland: add explicit dependencies for host variant
  libxcb: add explicit dependencies for host variant
  xapp_bdftopcf: add explicit dependencies for host variant
  xapp_mkfontdir: add explicit dependencies for host variant
  xapp_mkfontscale: add explicit dependencies for host variant
  xapp_xcursorgen: add explicit dependencies for host variant
  xapp_xkbcomp: add explicit dependencies for host variant
  xcb-proto: add explicit dependencies for host variant
  xfont_encodings: add explicit dependencies for host variant
  xfont_font-util: add explicit dependencies for host variant
  xlib_libX11: add explicit dependencies for host variant
  xlib_libXau: add explicit dependencies for host variant
  xlib_libXcursor: add explicit dependencies for host variant
  xlib_libXdmcp: add explicit dependencies for host variant
  xlib_libXfixes: add explicit dependencies for host variant
  xlib_libXfont: add explicit dependencies for host variant
  xlib_libXrender: add explicit dependencies for host variant
  xlib_libfontenc: add explicit dependencies for host variant
  xlib_libxkbfile: add explicit dependencies for host variant
  xutil_makedepend: add explicit dependencies for host variant
  infra: remove auto derivation of host dependencies
  xorriso: remove empty host dependencies definition
  tcl: remove empty host dependencies definition
  binutils: remove empty host dependencies definition
  boost: remove empty host dependencies definition
  dos2unix: remove empty host dependencies definition
  dosfstools: remove empty host dependencies definition
  gawk: remove empty host dependencies definition
  lua: remove empty host dependencies definition
  mtools: remove empty host dependencies definition
  ncurses: remove empty host dependencies definition
  pax-utils: remove empty host dependencies definition
  perl: remove empty host dependencies definition
  rpi-firmware: remove empty host dependencies definition
  tar: remove empty host dependencies definition

 package/am335x-pru-package/am335x-pru-package.mk   |  1 +
 package/axfsutils/axfsutils.mk                     |  2 +-
 package/bdwgc/bdwgc.mk                             |  1 +
 package/binutils/binutils.mk                       |  1 -
 package/boost/boost.mk                             |  2 --
 package/cdrkit/cdrkit.mk                           |  1 +
 package/cloog/cloog.mk                             |  2 +-
 package/cramfs/cramfs.mk                           |  1 +
 package/dos2unix/dos2unix.mk                       |  1 -
 package/dosfstools/dosfstools.mk                   |  3 ---
 package/doxygen/doxygen.mk                         |  2 +-
 package/dtc/dtc.mk                                 |  1 +
 package/e2tools/e2tools.mk                         |  1 +
 package/erlang-lager/erlang-lager.mk               |  1 +
 package/expat/expat.mk                             |  1 +
 package/file/file.mk                               |  1 +
 package/fontconfig/fontconfig.mk                   |  1 +
 package/fwup/fwup.mk                               |  1 +
 package/gawk/gawk.mk                               |  3 ---
 package/genimage/genimage.mk                       |  2 +-
 package/gmp/gmp.mk                                 |  1 +
 package/heimdal/heimdal.mk                         |  2 +-
 package/imx-usb-loader/imx-usb-loader.mk           |  2 +-
 package/isl/isl.mk                                 |  2 +-
 package/libconfuse/libconfuse.mk                   |  1 +
 package/libcroco/libcroco.mk                       |  1 +
 package/libftdi/libftdi.mk                         |  1 +
 package/libpng/libpng.mk                           |  1 +
 package/libsepol/libsepol.mk                       |  1 +
 package/libtool/libtool.mk                         |  1 +
 package/libusb-compat/libusb-compat.mk             |  1 +
 package/libxml-parser-perl/libxml-parser-perl.mk   |  2 +-
 package/lttng-babeltrace/lttng-babeltrace.mk       |  3 +++
 package/lua/lua.mk                                 |  3 ---
 package/lzop/lzop.mk                               |  1 +
 package/mpc/mpc.mk                                 |  1 +
 package/mpfr/mpfr.mk                               |  1 +
 package/mtools/mtools.mk                           |  4 +---
 package/ncurses/ncurses.mk                         |  1 -
 package/pax-utils/pax-utils.mk                     |  3 ---
 package/perl/perl.mk                               |  4 ----
 package/pixman/pixman.mk                           |  1 +
 package/pkg-autotools.mk                           |  9 ---------
 package/pkg-cmake.mk                               |  7 -------
 package/pkg-generic.mk                             |  4 ----
 package/pkg-python.mk                              | 15 ---------------
 package/pkg-rebar.mk                               | 14 --------------
 package/pkg-virtual.mk                             |  7 -------
 package/python-pycrypto/python-pycrypto.mk         |  1 +
 package/rpi-firmware/rpi-firmware.mk               |  1 -
 package/swig/swig.mk                               |  2 +-
 package/tar/tar.mk                                 |  1 -
 package/tcl/tcl.mk                                 |  1 -
 package/wayland/wayland.mk                         |  1 +
 package/x11r7/libxcb/libxcb.mk                     |  3 +++
 package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk       |  1 +
 package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk     |  1 +
 package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk |  2 ++
 package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk   |  2 ++
 package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk         |  1 +
 package/x11r7/xcb-proto/xcb-proto.mk               |  1 +
 package/x11r7/xfont_encodings/xfont_encodings.mk   |  2 ++
 package/x11r7/xfont_font-util/xfont_font-util.mk   |  1 +
 package/x11r7/xlib_libX11/xlib_libX11.mk           | 12 ++++++++++++
 package/x11r7/xlib_libXau/xlib_libXau.mk           |  2 ++
 package/x11r7/xlib_libXcursor/xlib_libXcursor.mk   |  3 +++
 package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk       |  1 +
 package/x11r7/xlib_libXfixes/xlib_libXfixes.mk     |  3 +++
 package/x11r7/xlib_libXfont/xlib_libXfont.mk       |  7 ++++++-
 package/x11r7/xlib_libXrender/xlib_libXrender.mk   |  3 +++
 package/x11r7/xlib_libfontenc/xlib_libfontenc.mk   |  1 +
 package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk   |  1 +
 package/x11r7/xutil_makedepend/xutil_makedepend.mk |  1 +
 package/xorriso/xorriso.mk                         |  5 ++---
 74 files changed, 87 insertions(+), 96 deletions(-)

-- 
2.1.0

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

* [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:32   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 02/69] axfsutils: " Julien Floret
                   ` (68 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/am335x-pru-package/am335x-pru-package.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/am335x-pru-package/am335x-pru-package.mk b/package/am335x-pru-package/am335x-pru-package.mk
index a97e8a49eacb..8b33eb3d6cbf 100644
--- a/package/am335x-pru-package/am335x-pru-package.mk
+++ b/package/am335x-pru-package/am335x-pru-package.mk
@@ -9,6 +9,7 @@ AM335X_PRU_PACKAGE_SITE = $(call github,beagleboard,am335x_pru_package,$(AM335X_
 AM335X_PRU_PACKAGE_LICENSE = BSD-3c
 AM335X_PRU_PACKAGE_LICENSE_FILES = pru_sw/utils/LICENCE.txt
 AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
+HOST_AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
 AM335X_PRU_PACKAGE_INSTALL_STAGING = YES
 
 # The default 'all' rule builds everything, when we just need the library
-- 
2.1.0

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

* [Buildroot] [PATCH 02/69] axfsutils: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
  2016-07-02 22:20 ` [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:34   ` Thomas Petazzoni
  2016-07-03  6:36   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 03/69] bdwgc: " Julien Floret
                   ` (67 subsequent siblings)
  69 siblings, 2 replies; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/axfsutils/axfsutils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/axfsutils/axfsutils.mk b/package/axfsutils/axfsutils.mk
index 6c9c58bbf340..1bd62809af92 100644
--- a/package/axfsutils/axfsutils.mk
+++ b/package/axfsutils/axfsutils.mk
@@ -8,7 +8,7 @@ AXFSUTILS_VERSION = 64886703fdff6cfc64eb20fbe7d7295bbeec867b
 AXFSUTILS_SITE = $(call github,jaredeh,axfs,$(AXFSUTILS_VERSION))
 AXFSUTILS_LICENSE = GPLv2
 AXFSUTILS_LICENSE_FILES = mkfs.axfs-legacy/COPYING
-AXFSUTILS_DEPENDENCIES = host-zlib
+HOST_AXFSUTILS_DEPENDENCIES = host-zlib
 
 # The 'new' mkfs.axfs version requires GNUstep which is not a buildroot
 # prerequisite. The 'legacy' one works just as well without that requirement.
-- 
2.1.0

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

* [Buildroot] [PATCH 03/69] bdwgc: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
  2016-07-02 22:20 ` [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant Julien Floret
  2016-07-02 22:20 ` [Buildroot] [PATCH 02/69] axfsutils: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:36   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 04/69] cdrkit: " Julien Floret
                   ` (66 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/bdwgc/bdwgc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bdwgc/bdwgc.mk b/package/bdwgc/bdwgc.mk
index 4603151166fd..0e9054df3c69 100644
--- a/package/bdwgc/bdwgc.mk
+++ b/package/bdwgc/bdwgc.mk
@@ -11,6 +11,7 @@ BDWGC_INSTALL_STAGING = YES
 BDWGC_LICENSE = bdwgc license
 BDWGC_LICENSE_FILES = README.QUICK
 BDWGC_DEPENDENCIES = libatomic_ops host-pkgconf
+HOST_BDWGC_DEPENDENCIES = host-libatomic_ops host-pkgconf
 
 # The libtool shipped with the package is bogus and generates some
 # -L/usr/lib flags. It uses a version not supported by Buildroot
-- 
2.1.0

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

* [Buildroot] [PATCH 04/69] cdrkit: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (2 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 03/69] bdwgc: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:36   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 05/69] cloog: " Julien Floret
                   ` (65 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/cdrkit/cdrkit.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 2e4bb1fafef3..10d118c46a3e 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -8,6 +8,7 @@ CDRKIT_VERSION = 1.1.11
 CDRKIT_SOURCE = cdrkit_$(CDRKIT_VERSION).orig.tar.gz
 CDRKIT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/c/cdrkit
 CDRKIT_DEPENDENCIES = libcap bzip2 zlib
+HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
 CDRKIT_LICENSE = GPLv2
 CDRKIT_LICENSE_FILES = COPYING
 
-- 
2.1.0

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

* [Buildroot] [PATCH 05/69] cloog: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (3 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 04/69] cdrkit: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 06/69] cramfs: " Julien Floret
                   ` (64 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/cloog/cloog.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/cloog/cloog.mk b/package/cloog/cloog.mk
index 4c8b4c11e79b..ef666d0cac54 100644
--- a/package/cloog/cloog.mk
+++ b/package/cloog/cloog.mk
@@ -7,7 +7,7 @@
 CLOOG_VERSION = 0.18.4
 CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
 CLOOG_LICENSE = LGPLv2.1+
-CLOOG_DEPENDENCIES = gmp isl
+HOST_CLOOG_DEPENDENCIES = host-gmp host-isl
 # Our libtool patch doesn't apply, and since this package is only
 # built for the host, we don't really care about it.
 CLOOG_LIBTOOL_PATCH = NO
-- 
2.1.0

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

* [Buildroot] [PATCH 06/69] cramfs: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (4 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 05/69] cloog: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 07/69] doxygen: " Julien Floret
                   ` (63 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/cramfs/cramfs.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cramfs/cramfs.mk b/package/cramfs/cramfs.mk
index 72860b6b7a5d..3cbe2744e6e3 100644
--- a/package/cramfs/cramfs.mk
+++ b/package/cramfs/cramfs.mk
@@ -10,6 +10,7 @@ CRAMFS_LICENSE = GPLv2+
 CRAMFS_LICENSE_FILES = COPYING
 
 CRAMFS_DEPENDENCIES = zlib
+HOST_CRAMFS_DEPENDENCIES = host-zlib
 
 define CRAMFS_BUILD_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
-- 
2.1.0

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

* [Buildroot] [PATCH 07/69] doxygen: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (5 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 06/69] cramfs: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 08/69] dtc: " Julien Floret
                   ` (62 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/doxygen/doxygen.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/doxygen/doxygen.mk b/package/doxygen/doxygen.mk
index 14dd0905961d..cf7dfee2a545 100644
--- a/package/doxygen/doxygen.mk
+++ b/package/doxygen/doxygen.mk
@@ -9,7 +9,7 @@ DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
 DOXYGEN_SITE = http://ftp.stack.nl/pub/users/dimitri
 DOXYGEN_LICENSE = GPLv2
 DOXYGEN_LICENSE_FILES = LICENSE
-DOXYGEN_DEPENDENCIES = host-flex host-bison
+HOST_DOXYGEN_DEPENDENCIES = host-flex host-bison
 
 define HOST_DOXYGEN_CONFIGURE_CMDS
 	(cd $(@D); $(HOST_MAKE_ENV) ./configure --shared --prefix=$(HOST_DIR)/usr)
-- 
2.1.0

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

* [Buildroot] [PATCH 08/69] dtc: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (6 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 07/69] doxygen: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 09/69] e2tools: " Julien Floret
                   ` (61 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/dtc/dtc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index f3b6f3b543fc..8fdcdbed7766 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -11,6 +11,7 @@ DTC_LICENSE = GPLv2+/BSD-2c
 DTC_LICENSE_FILES = README.license GPL
 DTC_INSTALL_STAGING = YES
 DTC_DEPENDENCIES = host-bison host-flex
+HOST_DTC_DEPENDENCIES = host-bison host-flex
 
 define DTC_POST_INSTALL_TARGET_RM_DTDIFF
 	rm -f $(TARGET_DIR)/usr/bin/dtdiff
-- 
2.1.0

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

* [Buildroot] [PATCH 09/69] e2tools: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (7 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 08/69] dtc: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 10/69] erlang-lager: " Julien Floret
                   ` (60 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/e2tools/e2tools.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/e2tools/e2tools.mk b/package/e2tools/e2tools.mk
index 789519fe8d4f..24d91be91a3b 100644
--- a/package/e2tools/e2tools.mk
+++ b/package/e2tools/e2tools.mk
@@ -12,6 +12,7 @@ E2TOOLS_AUTORECONF = YES
 E2TOOLS_LICENSE = GPLv2
 E2TOOLS_LICENSE_FILES = COPYING
 E2TOOLS_DEPENDENCIES = e2fsprogs
+HOST_E2TOOLS_DEPENDENCIES = host-e2fsprogs
 E2TOOLS_CONF_ENV = LIBS="-lpthread"
 HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
 
-- 
2.1.0

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

* [Buildroot] [PATCH 10/69] erlang-lager: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (8 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 09/69] e2tools: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 11/69] expat: " Julien Floret
                   ` (59 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/erlang-lager/erlang-lager.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/erlang-lager/erlang-lager.mk b/package/erlang-lager/erlang-lager.mk
index 19940a97514a..b55b6f7b7897 100644
--- a/package/erlang-lager/erlang-lager.mk
+++ b/package/erlang-lager/erlang-lager.mk
@@ -9,6 +9,7 @@ ERLANG_LAGER_SITE = $(call github,basho,lager,$(ERLANG_LAGER_VERSION))
 ERLANG_LAGER_LICENSE = Apache-2.0
 ERLANG_LAGER_LICENSE_FILES = LICENSE
 ERLANG_LAGER_DEPENDENCIES = erlang-goldrush
+HOST_ERLANG_LAGER_DEPENDENCIES = host-erlang-goldrush
 
 $(eval $(rebar-package))
 $(eval $(host-rebar-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 11/69] expat: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (9 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 10/69] erlang-lager: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:48   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 12/69] file: " Julien Floret
                   ` (58 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/expat/expat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 5c1a444c7a31..e7bb74a966cd 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -11,6 +11,7 @@ EXPAT_INSTALL_STAGING = YES
 EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib
 EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib
 EXPAT_DEPENDENCIES = host-pkgconf
+HOST_EXPAT_DEPENDENCIES = host-pkgconf
 EXPAT_LICENSE = MIT
 EXPAT_LICENSE_FILES = COPYING
 
-- 
2.1.0

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

* [Buildroot] [PATCH 12/69] file: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (10 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 11/69] expat: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:50   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 13/69] fontconfig: " Julien Floret
                   ` (57 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/file/file.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/file/file.mk b/package/file/file.mk
index 5fb3e9c6e8e4..16c8ca42180b 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -7,6 +7,7 @@
 FILE_VERSION = 5.28
 FILE_SITE = ftp://ftp.astron.com/pub/file
 FILE_DEPENDENCIES = host-file zlib
+HOST_FILE_DEPENDENCIES = host-file host-zlib
 FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 FILE_INSTALL_STAGING = YES
 FILE_LICENSE = BSD-2c, one file BSD-4c, one file BSD-3c
-- 
2.1.0

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

* [Buildroot] [PATCH 13/69] fontconfig: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (11 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 12/69] file: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:50   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 14/69] fwup: " Julien Floret
                   ` (56 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/fontconfig/fontconfig.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk
index caf997bac71b..f3bf0d405df9 100644
--- a/package/fontconfig/fontconfig.mk
+++ b/package/fontconfig/fontconfig.mk
@@ -8,6 +8,7 @@ FONTCONFIG_VERSION = 2.11.1
 FONTCONFIG_SITE = http://fontconfig.org/release
 FONTCONFIG_INSTALL_STAGING = YES
 FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf
+HOST_FONTCONFIG_DEPENDENCIES = host-freetype host-expat host-pkgconf
 FONTCONFIG_LICENSE = fontconfig license
 FONTCONFIG_LICENSE_FILES = COPYING
 
-- 
2.1.0

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

* [Buildroot] [PATCH 14/69] fwup: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (12 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 13/69] fontconfig: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:56   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 15/69] genimage: " Julien Floret
                   ` (55 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/fwup/fwup.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk
index 0a23856048b3..ae8571690d9b 100644
--- a/package/fwup/fwup.mk
+++ b/package/fwup/fwup.mk
@@ -9,6 +9,7 @@ FWUP_SITE = $(call github,fhunleth,fwup,$(FWUP_VERSION))
 FWUP_LICENSE = Apache-2.0
 FWUP_LICENSE_FILES = LICENSE
 FWUP_DEPENDENCIES = libconfuse libarchive libsodium
+HOST_FWUP_DEPENDENCIES = host-libconfuse host-libarchive host-libsodium
 FWUP_AUTORECONF = YES
 FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""
 
-- 
2.1.0

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

* [Buildroot] [PATCH 15/69] genimage: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (13 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 14/69] fwup: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:56   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 16/69] gmp: " Julien Floret
                   ` (54 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/genimage/genimage.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index 2dffbc55cfd3..489e8d013a8d 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -7,7 +7,7 @@
 GENIMAGE_VERSION = 8
 GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
 GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
-GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
+HOST_GENIMAGE_DEPENDENCIES = host-pkgconf host-libconfuse
 GENIMAGE_LICENSE = GPLv2
 
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 16/69] gmp: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (14 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 15/69] genimage: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:56   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 17/69] heimdal: " Julien Floret
                   ` (53 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/gmp/gmp.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index 09753a016bdd..45571900cd99 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -11,6 +11,7 @@ GMP_INSTALL_STAGING = YES
 GMP_LICENSE = LGPLv3+
 GMP_LICENSE_FILES = COPYING.LESSERv3
 GMP_DEPENDENCIES = host-m4
+HOST_GMP_DEPENDENCIES = host-m4
 
 # GMP doesn't support assembly for coldfire or mips r6 ISA yet
 ifeq ($(BR2_m68k_cf)$(BR2_mips_32r6)$(BR2_mips_64r6),y)
-- 
2.1.0

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

* [Buildroot] [PATCH 17/69] heimdal: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (15 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 16/69] gmp: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  6:58   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 18/69] imx-usb-loader: " Julien Floret
                   ` (52 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/heimdal/heimdal.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
index 626e68e9469b..8199229c727d 100644
--- a/package/heimdal/heimdal.mk
+++ b/package/heimdal/heimdal.mk
@@ -6,7 +6,7 @@
 
 HEIMDAL_VERSION = 1.6rc2
 HEIMDAL_SITE = http://www.h5l.org/dist/src
-HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
+HOST_HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
 HEIMDAL_INSTALL_STAGING = YES
 # static because of -fPIC issues with e2fsprogs on x86_64 host
 HOST_HEIMDAL_CONF_OPTS = \
-- 
2.1.0

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

* [Buildroot] [PATCH 18/69] imx-usb-loader: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (16 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 17/69] heimdal: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:05   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 19/69] isl: " Julien Floret
                   ` (51 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/imx-usb-loader/imx-usb-loader.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/imx-usb-loader/imx-usb-loader.mk b/package/imx-usb-loader/imx-usb-loader.mk
index 280ffc04012a..c85562578eab 100644
--- a/package/imx-usb-loader/imx-usb-loader.mk
+++ b/package/imx-usb-loader/imx-usb-loader.mk
@@ -8,7 +8,7 @@ IMX_USB_LOADER_VERSION = f96aee286ea17c832b7ec922dd76842deb5ce299
 IMX_USB_LOADER_SITE = $(call github,boundarydevices,imx_usb_loader,$(IMX_USB_LOADER_VERSION))
 IMX_USB_LOADER_LICENSE = LGPLv2.1+
 IMX_USB_LOADER_LICENSE_FILES = COPYING
-IMX_USB_LOADER_DEPENDENCIES = host-libusb host-pkgconf
+HOST_IMX_USB_LOADER_DEPENDENCIES = host-libusb host-pkgconf
 
 define HOST_IMX_USB_LOADER_BUILD_CMDS
 	$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
-- 
2.1.0

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

* [Buildroot] [PATCH 19/69] isl: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (17 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 18/69] imx-usb-loader: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:05   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 20/69] libconfuse: " Julien Floret
                   ` (50 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/isl/isl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/isl/isl.mk b/package/isl/isl.mk
index bb79039e883a..74de125b609a 100644
--- a/package/isl/isl.mk
+++ b/package/isl/isl.mk
@@ -12,7 +12,7 @@ ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
 ISL_SITE = http://isl.gforge.inria.fr
 ISL_LICENSE = MIT
 ISL_LICENSE_FILES = LICENSE
-ISL_DEPENDENCIES = gmp
+HOST_ISL_DEPENDENCIES = host-gmp
 
 # Our libtool patch doesn't apply, and since this package is only
 # built for the host, we don't really care about it.
-- 
2.1.0

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

* [Buildroot] [PATCH 20/69] libconfuse: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (18 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 19/69] isl: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:11   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 21/69] libcroco: " Julien Floret
                   ` (49 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libconfuse/libconfuse.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 089e12cdb52c..fea90f1b09d7 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -10,6 +10,7 @@ LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIB
 LIBCONFUSE_INSTALL_STAGING = YES
 LIBCONFUSE_CONF_OPTS = --disable-rpath
 LIBCONFUSE_DEPENDENCIES = host-flex
+HOST_LIBCONFUSE_DEPENDENCIES = host-flex
 LIBCONFUSE_LICENSE = ISC
 LIBCONFUSE_LICENSE_FILES = LICENSE
 
-- 
2.1.0

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

* [Buildroot] [PATCH 21/69] libcroco: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (19 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 20/69] libconfuse: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:11   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 22/69] libftdi: " Julien Floret
                   ` (48 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libcroco/libcroco.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libcroco/libcroco.mk b/package/libcroco/libcroco.mk
index c4cb6762d83c..39dd52795e32 100644
--- a/package/libcroco/libcroco.mk
+++ b/package/libcroco/libcroco.mk
@@ -10,6 +10,7 @@ LIBCROCO_SITE = http://ftp.gnome.org/pub/gnome/sources/libcroco/$(LIBCROCO_VERSI
 LIBCROCO_SOURCE = libcroco-$(LIBCROCO_VERSION).tar.xz
 LIBCROCO_INSTALL_STAGING = YES
 LIBCROCO_DEPENDENCIES = host-pkgconf libglib2 libxml2
+HOST_LIBCROCO_DEPENDENCIES = host-pkgconf host-libglib2 host-libxml2
 LIBCROCO_CONFIG_SCRIPTS = croco-$(LIBCROCO_VERSION_MAJOR)-config
 # NEWS states that it's only LGPL
 # Source code says v2.1+ even though COPYING.LIB is v2
-- 
2.1.0

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

* [Buildroot] [PATCH 22/69] libftdi: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (20 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 21/69] libcroco: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:12   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 23/69] libpng: " Julien Floret
                   ` (47 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

This patch also removes an incorrect dependency between host-libftdi and
host-boost when BR2_PACKAGE_LIBTFDI_CPP is set.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libftdi/libftdi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk
index 28f20e354731..2364c4625f2e 100644
--- a/package/libftdi/libftdi.mk
+++ b/package/libftdi/libftdi.mk
@@ -7,6 +7,7 @@
 LIBFTDI_VERSION = 0.20
 LIBFTDI_SITE = http://www.intra2net.com/en/developer/libftdi/download
 LIBFTDI_DEPENDENCIES = libusb-compat libusb
+HOST_LIBFTDI_DEPENDENCIES = host-libusb-compat host-libusb
 LIBFTDI_INSTALL_STAGING = YES
 LIBFTDI_CONFIG_SCRIPTS = libftdi-config
 LIBFTDI_AUTORECONF = YES
-- 
2.1.0

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

* [Buildroot] [PATCH 23/69] libpng: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (21 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 22/69] libftdi: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-02 22:20 ` [Buildroot] [PATCH 24/69] libsepol: " Julien Floret
                   ` (46 subsequent siblings)
  69 siblings, 0 replies; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libpng/libpng.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index 5f469af1659a..0dfc53590fac 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -12,6 +12,7 @@ LIBPNG_LICENSE = libpng license
 LIBPNG_LICENSE_FILES = LICENSE
 LIBPNG_INSTALL_STAGING = YES
 LIBPNG_DEPENDENCIES = host-pkgconf zlib
+HOST_LIBPNG_DEPENDENCIES = host-pkgconf host-zlib
 LIBPNG_CONFIG_SCRIPTS = libpng$(LIBPNG_SERIES)-config libpng-config
 LIBPNG_CONF_OPTS = $(if $(BR2_ARM_CPU_HAS_NEON),--enable-arm-neon=yes,--enable-arm-neon=no)
 
-- 
2.1.0

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

* [Buildroot] [PATCH 24/69] libsepol: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (22 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 23/69] libpng: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 25/69] libtool: " Julien Floret
                   ` (45 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libsepol/libsepol.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libsepol/libsepol.mk b/package/libsepol/libsepol.mk
index c53707a161cc..3b02175f7905 100644
--- a/package/libsepol/libsepol.mk
+++ b/package/libsepol/libsepol.mk
@@ -11,6 +11,7 @@ LIBSEPOL_LICENSE_FILES = COPYING
 
 LIBSEPOL_INSTALL_STAGING = YES
 LIBSEPOL_DEPENDENCIES = host-flex
+HOST_LIBSEPOL_DEPENDENCIES = host-flex
 
 LIBSEPOL_MAKE_FLAGS = $(TARGET_CONFIGURE_OPTS)
 
-- 
2.1.0

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

* [Buildroot] [PATCH 25/69] libtool: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (23 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 24/69] libsepol: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 26/69] libusb-compat: " Julien Floret
                   ` (44 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libtool/libtool.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 8688f8b20cc4..1d066bd1ec06 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -10,6 +10,7 @@ LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
 LIBTOOL_INSTALL_STAGING = YES
 LIBTOOL_CONF_ENV = HELP2MAN=true
 LIBTOOL_DEPENDENCIES = host-m4
+HOST_LIBTOOL_DEPENDENCIES = host-m4
 LIBTOOL_LICENSE = GPLv2+
 LIBTOOL_LICENSE_FILES = COPYING
 
-- 
2.1.0

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

* [Buildroot] [PATCH 26/69] libusb-compat: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (24 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 25/69] libtool: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 27/69] libxml-parser-perl: " Julien Floret
                   ` (43 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libusb-compat/libusb-compat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libusb-compat/libusb-compat.mk b/package/libusb-compat/libusb-compat.mk
index a98eb0924f72..26107be86192 100644
--- a/package/libusb-compat/libusb-compat.mk
+++ b/package/libusb-compat/libusb-compat.mk
@@ -9,6 +9,7 @@ LIBUSB_COMPAT_VERSION = $(LIBUSB_COMPAT_VERSION_MAJOR).5
 LIBUSB_COMPAT_SOURCE = libusb-compat-$(LIBUSB_COMPAT_VERSION).tar.bz2
 LIBUSB_COMPAT_SITE = http://downloads.sourceforge.net/project/libusb/libusb-compat-$(LIBUSB_COMPAT_VERSION_MAJOR)/libusb-compat-$(LIBUSB_COMPAT_VERSION)
 LIBUSB_COMPAT_DEPENDENCIES = host-pkgconf libusb
+HOST_LIBUSB_COMPAT_DEPENDENCIES = host-pkgconf host-libusb
 LIBUSB_COMPAT_INSTALL_STAGING = YES
 LIBUSB_COMPAT_CONFIG_SCRIPTS = libusb-config
 LIBUSB_COMPAT_LICENSE = LGPLv2.1+
-- 
2.1.0

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

* [Buildroot] [PATCH 27/69] libxml-parser-perl: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (25 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 26/69] libusb-compat: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 28/69] lttng-babeltrace: " Julien Floret
                   ` (42 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libxml-parser-perl/libxml-parser-perl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk
index 5c2ac546b48a..9e5325c863e1 100644
--- a/package/libxml-parser-perl/libxml-parser-perl.mk
+++ b/package/libxml-parser-perl/libxml-parser-perl.mk
@@ -7,7 +7,7 @@
 LIBXML_PARSER_PERL_VERSION = 2.41
 LIBXML_PARSER_PERL_SOURCE = XML-Parser-$(LIBXML_PARSER_PERL_VERSION).tar.gz
 LIBXML_PARSER_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
-LIBXML_PARSER_PERL_DEPENDENCIES = expat
+HOST_LIBXML_PARSER_PERL_DEPENDENCIES = host-expat
 LIBXML_PARSER_PERL_LICENSE = Artistic or GPLv1+
 LIBXML_PARSER_PERL_RUN_PERL = `which perl`
 
-- 
2.1.0

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

* [Buildroot] [PATCH 28/69] lttng-babeltrace: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (26 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 27/69] libxml-parser-perl: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 29/69] lzop: " Julien Floret
                   ` (41 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/lttng-babeltrace/lttng-babeltrace.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/lttng-babeltrace/lttng-babeltrace.mk b/package/lttng-babeltrace/lttng-babeltrace.mk
index fdc647e8dadc..b2e03a9952a1 100644
--- a/package/lttng-babeltrace/lttng-babeltrace.mk
+++ b/package/lttng-babeltrace/lttng-babeltrace.mk
@@ -11,6 +11,9 @@ LTTNG_BABELTRACE_LICENSE = MIT, LGPLv2.1 (include/babeltrace/list.h), GPLv2 (tes
 LTTNG_BABELTRACE_LICENSE_FILES = mit-license.txt gpl-2.0.txt LICENSE
 
 LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2 host-pkgconf
+HOST_LTTNG_BABELTRACE_DEPENDENCIES = \
+	host-popt host-util-linux host-libglib2 host-pkgconf
+
 # for 0002-configure-fix-uuid-support-detection-on-static-build.patch
 LTTNG_BABELTRACE_AUTORECONF = YES
 
-- 
2.1.0

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

* [Buildroot] [PATCH 29/69] lzop: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (27 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 28/69] lttng-babeltrace: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:20 ` [Buildroot] [PATCH 30/69] mpc: " Julien Floret
                   ` (40 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/lzop/lzop.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lzop/lzop.mk b/package/lzop/lzop.mk
index 1b6a7e177c19..43c162840139 100644
--- a/package/lzop/lzop.mk
+++ b/package/lzop/lzop.mk
@@ -9,6 +9,7 @@ LZOP_SITE = http://www.lzop.org/download
 LZOP_LICENSE = GPLv2+
 LZOP_LICENSE_FILES = COPYING
 LZOP_DEPENDENCIES = lzo
+HOST_LZOP_DEPENDENCIES = host-lzo
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 30/69] mpc: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (28 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 29/69] lzop: " Julien Floret
@ 2016-07-02 22:20 ` Julien Floret
  2016-07-03  7:17   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 31/69] mpfr: " Julien Floret
                   ` (39 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/mpc/mpc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpc/mpc.mk b/package/mpc/mpc.mk
index bc26599520fc..579e2ccc1012 100644
--- a/package/mpc/mpc.mk
+++ b/package/mpc/mpc.mk
@@ -10,6 +10,7 @@ MPC_LICENSE = LGPLv3+
 MPC_LICENSE_FILES = COPYING.LESSER
 MPC_INSTALL_STAGING = YES
 MPC_DEPENDENCIES = gmp mpfr
+HOST_MPC_DEPENDENCIES = host-gmp host-mpfr
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 31/69] mpfr: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (29 preceding siblings ...)
  2016-07-02 22:20 ` [Buildroot] [PATCH 30/69] mpc: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:24   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 32/69] pixman: " Julien Floret
                   ` (38 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/mpfr/mpfr.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 5c3a6ef54fef..cc1034c10324 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -11,6 +11,7 @@ MPFR_LICENSE = LGPLv3+
 MPFR_LICENSE_FILES = COPYING.LESSER
 MPFR_INSTALL_STAGING = YES
 MPFR_DEPENDENCIES = gmp
+HOST_MPFR_DEPENDENCIES = host-gmp
 MPFR_MAKE_OPTS = RANLIB=$(TARGET_RANLIB)
 
 $(eval $(autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 32/69] pixman: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (30 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 31/69] mpfr: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:24   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 33/69] python-pycrypto: " Julien Floret
                   ` (37 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/pixman/pixman.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index ae8d62c589bb..38524e63c450 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -12,6 +12,7 @@ PIXMAN_LICENSE_FILES = COPYING
 
 PIXMAN_INSTALL_STAGING = YES
 PIXMAN_DEPENDENCIES = host-pkgconf
+HOST_PIXMAN_DEPENDENCIES = host-pkgconf
 
 # For 0001-Disable-tests.patch
 PIXMAN_AUTORECONF = YES
-- 
2.1.0

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

* [Buildroot] [PATCH 33/69] python-pycrypto: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (31 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 32/69] pixman: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:27   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 34/69] swig: " Julien Floret
                   ` (36 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/python-pycrypto/python-pycrypto.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pycrypto/python-pycrypto.mk b/package/python-pycrypto/python-pycrypto.mk
index 71943fa2cdb1..927ba918ae19 100644
--- a/package/python-pycrypto/python-pycrypto.mk
+++ b/package/python-pycrypto/python-pycrypto.mk
@@ -26,6 +26,7 @@ HOST_PYTHON_PYCRYPTO_POST_EXTRACT_HOOKS += PYTHON_PYCRYPTO_RENAME_LICENSE
 PYTHON_PYCRYPTO_LICENSE_FILES += LEGAL/copy/LICENSE.original
 
 PYTHON_PYCRYPTO_DEPENDENCIES = gmp
+HOST_PYTHON_PYCRYPTO_DEPENDENCIES = host-gmp
 
 # The configure step needs to be run outside of the setup.py since it isn't
 # run correctly for cross-compiling
-- 
2.1.0

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

* [Buildroot] [PATCH 34/69] swig: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (32 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 33/69] python-pycrypto: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:27   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 35/69] wayland: " Julien Floret
                   ` (35 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/swig/swig.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 5329d1bb7149..8fed8dabc4fc 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -7,7 +7,7 @@
 SWIG_VERSION_MAJOR = 3.0
 SWIG_VERSION = $(SWIG_VERSION_MAJOR).10
 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
-SWIG_DEPENDENCIES = host-bison
+HOST_SWIG_DEPENDENCIES = host-bison
 HOST_SWIG_CONF_OPTS = \
 	--without-pcre \
 	--disable-ccache \
-- 
2.1.0

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

* [Buildroot] [PATCH 35/69] wayland: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (33 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 34/69] swig: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:27   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 36/69] libxcb: " Julien Floret
                   ` (34 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/wayland/wayland.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk
index e219624687be..d4b4664ff861 100644
--- a/package/wayland/wayland.mk
+++ b/package/wayland/wayland.mk
@@ -11,6 +11,7 @@ WAYLAND_LICENSE = MIT
 WAYLAND_LICENSE_FILES = COPYING
 WAYLAND_INSTALL_STAGING = YES
 WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2
+HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2
 
 # wayland-scanner is only needed for building, not on the target
 WAYLAND_CONF_OPTS = --disable-scanner --with-host-scanner
-- 
2.1.0

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

* [Buildroot] [PATCH 36/69] libxcb: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (34 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 35/69] wayland: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:30   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 37/69] xapp_bdftopcf: " Julien Floret
                   ` (33 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/libxcb/libxcb.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index 7f7823bf5303..ba424186335b 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -15,6 +15,9 @@ LIBXCB_INSTALL_STAGING = YES
 LIBXCB_DEPENDENCIES = \
 	host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
 	host-xcb-proto host-python host-pkgconf
+HOST_LIBXCB_DEPENDENCIES = \
+	host-libxslt host-libpthread-stubs host-xcb-proto host-xlib_libXdmcp \
+	host-xlib_libXau host-python host-pkgconf
 
 LIBXCB_CONF_OPTS = --with-doxygen=no
 HOST_LIBXCB_CONF_OPTS = --with-doxygen=no
-- 
2.1.0

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

* [Buildroot] [PATCH 37/69] xapp_bdftopcf: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (35 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 36/69] libxcb: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:38   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 38/69] xapp_mkfontdir: " Julien Floret
                   ` (32 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk b/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
index ebdcda5756bd..489bbba4be25 100644
--- a/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
+++ b/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
@@ -10,6 +10,7 @@ XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_BDFTOPCF_LICENSE = MIT
 XAPP_BDFTOPCF_LICENSE_FILES = COPYING
 XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
+HOST_XAPP_BDFTOPCF_DEPENDENCIES = host-xlib_libXfont
 
 # needed for linking against libXfont
 XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
-- 
2.1.0

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

* [Buildroot] [PATCH 38/69] xapp_mkfontdir: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (36 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 37/69] xapp_bdftopcf: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:38   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 39/69] xapp_mkfontscale: " Julien Floret
                   ` (31 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk b/package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk
index b74f9939ce6f..f2227bdfdddf 100644
--- a/package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk
+++ b/package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk
@@ -10,6 +10,7 @@ XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_MKFONTDIR_LICENSE = MIT
 XAPP_MKFONTDIR_LICENSE_FILES = COPYING
 XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
+HOST_XAPP_MKFONTDIR_DEPENDENCIES = host-xapp_mkfontscale
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 39/69] xapp_mkfontscale: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (37 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 38/69] xapp_mkfontdir: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:38   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 40/69] xapp_xcursorgen: " Julien Floret
                   ` (30 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk b/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
index b99a64604473..d7abf6c5bbe4 100644
--- a/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
+++ b/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
@@ -10,6 +10,8 @@ XAPP_MKFONTSCALE_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_MKFONTSCALE_LICENSE = MIT
 XAPP_MKFONTSCALE_LICENSE_FILES = COPYING
 XAPP_MKFONTSCALE_DEPENDENCIES = zlib freetype xlib_libfontenc xproto_xproto
+HOST_XAPP_MKFONTSCALE_DEPENDENCIES = \
+	host-zlib host-freetype host-xlib_libfontenc host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 40/69] xapp_xcursorgen: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (38 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 39/69] xapp_mkfontscale: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:38   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 41/69] xapp_xkbcomp: " Julien Floret
                   ` (29 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk b/package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk
index f9ca39d2e71d..4bee26b5dcda 100644
--- a/package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk
+++ b/package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk
@@ -10,6 +10,8 @@ XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XCURSORGEN_LICENSE = MIT
 XAPP_XCURSORGEN_LICENSE_FILES = COPYING
 XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
+HOST_XAPP_XCURSORGEN_DEPENDENCIES = \
+	host-libpng host-xlib_libX11 host-xlib_libXcursor
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 41/69] xapp_xkbcomp: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (39 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 40/69] xapp_xcursorgen: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:39   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 42/69] xcb-proto: " Julien Floret
                   ` (28 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
index fea7fa8e8c45..4fc4372fefa4 100644
--- a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
+++ b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
@@ -10,6 +10,7 @@ XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XKBCOMP_LICENSE = MIT
 XAPP_XKBCOMP_LICENSE_FILES = COPYING
 XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
+HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile
 XAPP_XKBCOMP_CONF_ENV = ac_cv_file___xkbparse_c=yes
 
 $(eval $(autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 42/69] xcb-proto: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (40 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 41/69] xapp_xkbcomp: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:39   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 43/69] xfont_encodings: " Julien Floret
                   ` (27 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xcb-proto/xcb-proto.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xcb-proto/xcb-proto.mk b/package/x11r7/xcb-proto/xcb-proto.mk
index 1c847ebc8556..84555d07f0f3 100644
--- a/package/x11r7/xcb-proto/xcb-proto.mk
+++ b/package/x11r7/xcb-proto/xcb-proto.mk
@@ -13,6 +13,7 @@ XCB_PROTO_LICENSE_FILES = COPYING
 XCB_PROTO_INSTALL_STAGING = YES
 
 XCB_PROTO_DEPENDENCIES = host-python
+HOST_XCB_PROTO_DEPENDENCIES = host-python
 
 # xcbincludedir/pythondir is used by E.G. libxcb at build time to find the
 # xml / python files, so ensure these expand to their full (host) paths
-- 
2.1.0

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

* [Buildroot] [PATCH 43/69] xfont_encodings: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (41 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 42/69] xcb-proto: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:39   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 44/69] xfont_font-util: " Julien Floret
                   ` (26 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xfont_encodings/xfont_encodings.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xfont_encodings/xfont_encodings.mk b/package/x11r7/xfont_encodings/xfont_encodings.mk
index 568dbcbde81f..9c5c9f30bf8b 100644
--- a/package/x11r7/xfont_encodings/xfont_encodings.mk
+++ b/package/x11r7/xfont_encodings/xfont_encodings.mk
@@ -11,6 +11,8 @@ XFONT_ENCODINGS_LICENSE = Public Domain
 XFONT_ENCODINGS_LICENSE_FILES = COPYING
 
 XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale host-pkgconf xutil_util-macros
+HOST_XFONT_ENCODINGS_DEPENDENCIES = \
+	host-xapp_mkfontscale host-pkgconf host-xutil_util-macros
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 44/69] xfont_font-util: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (42 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 43/69] xfont_encodings: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:39   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 45/69] xlib_libX11: " Julien Floret
                   ` (25 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xfont_font-util/xfont_font-util.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xfont_font-util/xfont_font-util.mk b/package/x11r7/xfont_font-util/xfont_font-util.mk
index 1c43d6a70666..36853770ef14 100644
--- a/package/x11r7/xfont_font-util/xfont_font-util.mk
+++ b/package/x11r7/xfont_font-util/xfont_font-util.mk
@@ -11,6 +11,7 @@ XFONT_FONT_UTIL_LICENSE = MIT/BSD-2c
 XFONT_FONT_UTIL_LICENSE_FILES = COPYING
 
 XFONT_FONT_UTIL_DEPENDENCIES = host-pkgconf
+HOST_XFONT_FONT_UTIL_DEPENDENCIES = host-pkgconf
 XFONT_FONT_UTIL_INSTALL_STAGING = YES
 XFONT_FONT_UTIL_INSTALL_TARGET = NO
 
-- 
2.1.0

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

* [Buildroot] [PATCH 45/69] xlib_libX11: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (43 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 44/69] xfont_font-util: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:39   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 46/69] xlib_libXau: " Julien Floret
                   ` (24 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index fc19aa1d2814..259592413b89 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -23,6 +23,18 @@ XLIB_LIBX11_DEPENDENCIES = \
 	xproto_xf86bigfontproto \
 	host-xproto_xproto
 
+HOST_XLIB_LIBX11_DEPENDENCIES = \
+	host-libxcb \
+	host-xutil_util-macros \
+	host-xlib_xtrans \
+	host-xlib_libXau \
+	host-xlib_libXdmcp \
+	host-xproto_kbproto \
+	host-xproto_xproto \
+	host-xproto_xextproto \
+	host-xproto_inputproto \
+	host-xproto_xf86bigfontproto
+
 XLIB_LIBX11_CONF_OPTS = \
 	--disable-malloc0returnsnull \
 	--with-xcb \
-- 
2.1.0

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

* [Buildroot] [PATCH 46/69] xlib_libXau: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (44 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 45/69] xlib_libX11: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:40   ` Thomas Petazzoni
  2016-07-03  7:45   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 47/69] xlib_libXcursor: " Julien Floret
                   ` (23 subsequent siblings)
  69 siblings, 2 replies; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXau/xlib_libXau.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xlib_libXau/xlib_libXau.mk b/package/x11r7/xlib_libXau/xlib_libXau.mk
index 8ef48e4a7b30..1c50cb2e4e56 100644
--- a/package/x11r7/xlib_libXau/xlib_libXau.mk
+++ b/package/x11r7/xlib_libXau/xlib_libXau.mk
@@ -11,6 +11,8 @@ XLIB_LIBXAU_LICENSE = MIT
 XLIB_LIBXAU_LICENSE_FILES = COPYING
 XLIB_LIBXAU_INSTALL_STAGING = YES
 XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xproto_xproto
+HOST_XLIB_LIBXAU_DEPENDENCIES = \
+	host-pkgconf host-xutil_util-macros host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 47/69] xlib_libXcursor: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (45 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 46/69] xlib_libXau: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  7:45   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 48/69] xlib_libXdmcp: " Julien Floret
                   ` (22 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXcursor/xlib_libXcursor.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
index 508b5e21c522..c59c01a51f77 100644
--- a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
+++ b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
@@ -11,6 +11,9 @@ XLIB_LIBXCURSOR_LICENSE = MIT
 XLIB_LIBXCURSOR_LICENSE_FILES = COPYING
 XLIB_LIBXCURSOR_INSTALL_STAGING = YES
 XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xproto_xproto
+HOST_XLIB_LIBXCURSOR_DEPENDENCIES = \
+	host-xlib_libX11 host-xlib_libXfixes host-xlib_libXrender \
+	host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 48/69] xlib_libXdmcp: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (46 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 47/69] xlib_libXcursor: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 49/69] xlib_libXfixes: " Julien Floret
                   ` (21 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
index 119c01813713..ec1b861b9250 100644
--- a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
+++ b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
@@ -11,6 +11,7 @@ XLIB_LIBXDMCP_LICENSE = MIT
 XLIB_LIBXDMCP_LICENSE_FILES = COPYING
 XLIB_LIBXDMCP_INSTALL_STAGING = YES
 XLIB_LIBXDMCP_DEPENDENCIES = xutil_util-macros xproto_xproto
+HOST_XLIB_LIBXDMCP_DEPENDENCIES = host-xutil_util-macros host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 49/69] xlib_libXfixes: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (47 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 48/69] xlib_libXdmcp: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 50/69] xlib_libXfont: " Julien Floret
                   ` (20 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXfixes/xlib_libXfixes.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
index 2a10d49eb15c..82799a3827ec 100644
--- a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
+++ b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
@@ -11,6 +11,9 @@ XLIB_LIBXFIXES_LICENSE = MIT
 XLIB_LIBXFIXES_LICENSE_FILES = COPYING
 XLIB_LIBXFIXES_INSTALL_STAGING = YES
 XLIB_LIBXFIXES_DEPENDENCIES = xproto_fixesproto xlib_libX11 xproto_xextproto xproto_xproto
+HOST_XLIB_LIBXFIXES_DEPENDENCIES = \
+	host-xproto_fixesproto host-xlib_libX11 host-xproto_xextproto \
+	host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 50/69] xlib_libXfont: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (48 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 49/69] xlib_libXfixes: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 51/69] xlib_libXrender: " Julien Floret
                   ` (19 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXfont/xlib_libXfont.mk | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXfont/xlib_libXfont.mk b/package/x11r7/xlib_libXfont/xlib_libXfont.mk
index adc22b4df7b2..d7acab44c94e 100644
--- a/package/x11r7/xlib_libXfont/xlib_libXfont.mk
+++ b/package/x11r7/xlib_libXfont/xlib_libXfont.mk
@@ -11,9 +11,14 @@ XLIB_LIBXFONT_LICENSE = MIT
 XLIB_LIBXFONT_LICENSE_FILES = COPYING
 XLIB_LIBXFONT_AUTORECONF = YES
 XLIB_LIBXFONT_INSTALL_STAGING = YES
+
 XLIB_LIBXFONT_DEPENDENCIES = freetype xlib_libfontenc xlib_xtrans xproto_fontsproto xproto_xproto xfont_encodings
-XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
 
+HOST_XLIB_LIBXFONT_DEPENDENCIES = \
+	host-freetype host-xlib_libfontenc host-xlib_xtrans \
+	host-xproto_fontsproto host-xproto_xproto host-xfont_encodings
+
+XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
 HOST_XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
 
 ifeq ($(BR2_microblaze),y)
-- 
2.1.0

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

* [Buildroot] [PATCH 51/69] xlib_libXrender: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (49 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 50/69] xlib_libXfont: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 52/69] xlib_libfontenc: " Julien Floret
                   ` (18 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libXrender/xlib_libXrender.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/xlib_libXrender/xlib_libXrender.mk b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
index 949dea3f146c..72626cf98dd8 100644
--- a/package/x11r7/xlib_libXrender/xlib_libXrender.mk
+++ b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
@@ -11,6 +11,9 @@ XLIB_LIBXRENDER_LICENSE = MIT
 XLIB_LIBXRENDER_LICENSE_FILES = COPYING
 XLIB_LIBXRENDER_INSTALL_STAGING = YES
 XLIB_LIBXRENDER_DEPENDENCIES = xlib_libX11 xproto_renderproto xproto_xproto
+HOST_XLIB_LIBXRENDER_DEPENDENCIES = \
+	host-xlib_libX11 host-xproto_renderproto host-xproto_xproto
+
 XLIB_LIBXRENDER_CONF_OPTS = --disable-malloc0returnsnull
 
 $(eval $(autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 52/69] xlib_libfontenc: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (50 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 51/69] xlib_libXrender: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 53/69] xlib_libxkbfile: " Julien Floret
                   ` (17 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libfontenc/xlib_libfontenc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk b/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
index aff1f1a5d954..e2c4c6e8d901 100644
--- a/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
+++ b/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
@@ -11,6 +11,7 @@ XLIB_LIBFONTENC_LICENSE = MIT
 XLIB_LIBFONTENC_LICENSE_FILES = COPYING
 XLIB_LIBFONTENC_INSTALL_STAGING = YES
 XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto
+HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 53/69] xlib_libxkbfile: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (51 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 52/69] xlib_libfontenc: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 54/69] xutil_makedepend: " Julien Floret
                   ` (16 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk b/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
index 51c58c04a0da..c69d73118fe4 100644
--- a/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
+++ b/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
@@ -11,6 +11,7 @@ XLIB_LIBXKBFILE_LICENSE = MIT
 XLIB_LIBXKBFILE_LICENSE_FILES = COPYING
 XLIB_LIBXKBFILE_INSTALL_STAGING = YES
 XLIB_LIBXKBFILE_DEPENDENCIES = xlib_libX11 xproto_kbproto
+HOST_XLIB_LIBXKBFILE_DEPENDENCIES = host-xlib_libX11 host-xproto_kbproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 54/69] xutil_makedepend: add explicit dependencies for host variant
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (52 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 53/69] xlib_libxkbfile: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:08   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies Julien Floret
                   ` (15 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/x11r7/xutil_makedepend/xutil_makedepend.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xutil_makedepend/xutil_makedepend.mk b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
index 81e348ed9645..6fd3c1ae36bf 100644
--- a/package/x11r7/xutil_makedepend/xutil_makedepend.mk
+++ b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
@@ -11,6 +11,7 @@ XUTIL_MAKEDEPEND_LICENSE = MIT
 XUTIL_MAKEDEPEND_LICENSE_FILES = COPYING
 
 XUTIL_MAKEDEPEND_DEPENDENCIES = xproto_xproto
+HOST_XUTIL_MAKEDEPEND_DEPENDENCIES = host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (53 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 54/69] xutil_makedepend: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:15   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition Julien Floret
                   ` (14 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

This feature consists in automatically deducing dependencies of a host
package from the dependencies of the target variant.

However, it causes some issues, and many host packages need different
dependencies than their target variants.

Now that host dependencies are explicitly set for all packages, we can
remove it.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/pkg-autotools.mk |  9 ---------
 package/pkg-cmake.mk     |  7 -------
 package/pkg-generic.mk   |  4 ----
 package/pkg-python.mk    | 15 ---------------
 package/pkg-rebar.mk     | 14 --------------
 package/pkg-virtual.mk   |  7 -------
 6 files changed, 56 deletions(-)

diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 502eeea6aa29..75e2df001f78 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -159,15 +159,6 @@ $(2)_INSTALL_OPTS                ?= install
 $(2)_INSTALL_STAGING_OPTS	?= DESTDIR=$$(STAGING_DIR) install
 $(2)_INSTALL_TARGET_OPTS		?= DESTDIR=$$(TARGET_DIR) install
 
-# This must be repeated from inner-generic-package, otherwise we get an empty
-# _DEPENDENCIES if _AUTORECONF is YES.  Also filter the result of _AUTORECONF
-# and _GETTEXTIZE away from the non-host rule
-ifeq ($(4),host)
-$(2)_DEPENDENCIES ?= $$(filter-out host-automake host-autoconf host-libtool \
-				host-gettext host-skeleton host-toolchain $(1),\
-    $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
-
 #
 # Configure step. Only define it if not already defined by the package
 # .mk file. And take care of the differences between host and target
diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk
index bca360332b3c..6f0ecf9f726b 100644
--- a/package/pkg-cmake.mk
+++ b/package/pkg-cmake.mk
@@ -142,13 +142,6 @@ endef
 endif
 endif
 
-# This must be repeated from inner-generic-package, otherwise we only get
-# host-cmake in _DEPENDENCIES because of the following line
-ifeq ($(4),host)
-$(2)_DEPENDENCIES ?= $$(filter-out host-skeleton host-toolchain $(1),\
-	$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
-
 $(2)_DEPENDENCIES += host-cmake
 
 #
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index b712c3175ff0..299672c79d25 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -503,10 +503,6 @@ $(2)_REDIST_SOURCES_DIR = $$(REDIST_SOURCES_DIR_$$(call UPPERCASE,$(4)))/$$($(2)
 # dependency
 $(2)_ADD_TOOLCHAIN_DEPENDENCY	?= YES
 
-ifeq ($(4),host)
-$(2)_DEPENDENCIES ?= $$(filter-out host-skeleton host-toolchain $(1),\
-	$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
 ifeq ($(4),target)
 ifneq ($(1),skeleton)
 $(2)_DEPENDENCIES += skeleton
diff --git a/package/pkg-python.mk b/package/pkg-python.mk
index 9725d24f983f..38bc45ffa33f 100644
--- a/package/pkg-python.mk
+++ b/package/pkg-python.mk
@@ -138,21 +138,6 @@ else
 $$(error "Invalid $(2)_SETUP_TYPE. Valid options are 'distutils' or 'setuptools'")
 endif
 
-# The below statement intends to calculate the dependencies of host
-# packages by derivating them from the dependencies of the
-# corresponding target package, after adding the 'host-' prefix in
-# front of the dependencies.
-#
-# However it must be repeated from inner-generic-package, as we need
-# to exclude the python, host-python and host-python-setuptools
-# packages, which are added below in the list of dependencies
-# depending on the package characteristics, and shouldn't be derived
-# automatically from the dependencies of the corresponding target
-# package.
-ifeq ($(4),host)
-$(2)_DEPENDENCIES ?= $$(filter-out host-python host-python3 host-python-setuptools host-skeleton host-toolchain $(1),$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
-
 # Target packages need both the python interpreter on the target (for
 # runtime) and the python interpreter on the host (for
 # compilation). However, host packages only need the python
diff --git a/package/pkg-rebar.mk b/package/pkg-rebar.mk
index 44c6d6c8d23a..7605a64aded4 100644
--- a/package/pkg-rebar.mk
+++ b/package/pkg-rebar.mk
@@ -188,20 +188,6 @@ endif
 
 else # !target
 
-ifeq ($$($(2)_USE_AUTOCONF),YES)
-# This must be repeated from inner-autotools-package, otherwise we get
-# an empty _DEPENDENCIES if _AUTORECONF is YES or _USE_BUNDLED_REBAR
-# is NO.  Also filter the result of _AUTORECONF and _GETTEXTIZE away
-# from the non-host rule
-$(2)_DEPENDENCIES ?= $$(filter-out host-automake host-autoconf host-libtool \
-				host-gettext host-skeleton host-toolchain host-erlang-rebar $(1),\
-    $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-else
-# Same deal, if _USE_BUNDLED_REBAR is NO.
-$(2)_DEPENDENCIES ?= $$(filter-out  host-skeleton host-toolchain host-erlang-rebar $(1),\
-	$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
-
 # Host packages need the erlang interpreter on the host
 $(2)_DEPENDENCIES += host-erlang
 
diff --git a/package/pkg-virtual.mk b/package/pkg-virtual.mk
index 244c1d042033..3fbe0a31daad 100644
--- a/package/pkg-virtual.mk
+++ b/package/pkg-virtual.mk
@@ -49,13 +49,6 @@ $(2)_SOURCE =
 # Fake a version string, so it looks nicer in the build log
 $(2)_VERSION = virtual
 
-# This must be repeated from inner-generic-package, otherwise we get an empty
-# _DEPENDENCIES
-ifeq ($(4),host)
-$(2)_DEPENDENCIES ?= $$(filter-out host-skeleton host-toolchain $(1),\
-	$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
-endif
-
 # Add dependency against the provider
 $(2)_DEPENDENCIES += $$(call qstrip,$$(BR2_PACKAGE_PROVIDES_$(2)))
 
-- 
2.1.0

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

* [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (54 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:15   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 57/69] tcl: " Julien Floret
                   ` (13 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

While there, fix some typos.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/xorriso/xorriso.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 396eeaee1913..be193221ec9a 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -8,9 +8,8 @@ XORRISO_VERSION = 1.4.2
 XORRISO_SITE = $(BR2_GNU_MIRROR)/xorriso
 XORRISO_LICENSE = GPLv3+
 XORRISO_LICENSE_FILES = COPYING COPYRIGHT
-HOST_XORRISO_DEPENDENCIES =
-# Disable everything until we actually need those feature, and add the correct
-# host-libraries
+# Disable everything until we actually need those features, and add the correct
+# host libraries
 HOST_XORRISO_CONF_OPTS = \
 	--disable-zlib \
 	--disable-bzip2 \
-- 
2.1.0

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

* [Buildroot] [PATCH 57/69] tcl: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (55 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:15   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 58/69] binutils: " Julien Floret
                   ` (12 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/tcl/tcl.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index a1153c72314c..a2ac8e6c83ca 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -75,7 +75,6 @@ TCL_POST_INSTALL_TARGET_HOOKS += TCL_REMOVE_EXTRA
 TCL_DEPENDENCIES = $(if $(BR2_PACKAGE_SQLITE),sqlite) \
 	$(if $(BR2_PACKAGE_MYSQL),mysql) \
 	$(if $(BR2_PACKAGE_POSTGRESQL),postgresql)
-HOST_TCL_DEPENDENCIES =
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 58/69] binutils: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (56 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 57/69] tcl: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:15   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 59/69] boost: " Julien Floret
                   ` (11 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/binutils/binutils.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 2fd91ba0f74c..60aa87b768d1 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -25,7 +25,6 @@ BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2
 BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS))
 BINUTILS_INSTALL_STAGING = YES
 BINUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
-HOST_BINUTILS_DEPENDENCIES =
 BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+
 BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
 
-- 
2.1.0

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

* [Buildroot] [PATCH 59/69] boost: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (57 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 58/69] binutils: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 60/69] dos2unix: " Julien Floret
                   ` (10 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/boost/boost.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 1d42f6c2a7b0..1bed6b250f98 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -11,8 +11,6 @@ BOOST_INSTALL_STAGING = YES
 BOOST_LICENSE = Boost Software License 1.0
 BOOST_LICENSE_FILES = LICENSE_1_0.txt
 
-HOST_BOOST_DEPENDENCIES =
-
 # keep host variant as minimal as possible
 HOST_BOOST_FLAGS = --without-icu \
 	--without-libraries=$(subst $(space),$(comma),atomic chrono context \
-- 
2.1.0

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

* [Buildroot] [PATCH 60/69] dos2unix: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (58 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 59/69] boost: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 61/69] dosfstools: " Julien Floret
                   ` (9 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/dos2unix/dos2unix.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/dos2unix/dos2unix.mk b/package/dos2unix/dos2unix.mk
index 82fa26f01307..df2094e4a564 100644
--- a/package/dos2unix/dos2unix.mk
+++ b/package/dos2unix/dos2unix.mk
@@ -9,7 +9,6 @@ DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix
 DOS2UNIX_LICENSE = BSD-2c
 DOS2UNIX_LICENSE_FILES = COPYING.txt
 DOS2UNIX_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
-HOST_DOS2UNIX_DEPENDENCIES =
 
 ifeq ($(BR2_ENABLE_LOCALE),y)
 DOS2UNIX_DEPENDENCIES += host-gettext
-- 
2.1.0

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

* [Buildroot] [PATCH 61/69] dosfstools: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (59 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 60/69] dos2unix: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 62/69] gawk: " Julien Floret
                   ` (8 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/dosfstools/dosfstools.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
index 28a7b421c227..67c6f7310319 100644
--- a/package/dosfstools/dosfstools.mk
+++ b/package/dosfstools/dosfstools.mk
@@ -12,9 +12,6 @@ DOSFSTOOLS_LICENSE_FILES = COPYING
 DOSFSTOOLS_CONF_OPTS = --enable-compat-symlinks --exec-prefix=/
 HOST_DOSFSTOOLS_CONF_OPTS = --enable-compat-symlinks
 
-# Avoid target dosfstools dependencies, no host-libiconv
-HOST_DOSFSTOOLS_DEPENDENCIES =
-
 ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
 DOSFSTOOLS_CONF_OPTS += --with-udev
 DOSFSTOOLS_DEPENDENCIES += udev
-- 
2.1.0

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

* [Buildroot] [PATCH 62/69] gawk: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (60 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 61/69] dosfstools: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 63/69] lua: " Julien Floret
                   ` (7 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/gawk/gawk.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index da9be95cd07f..b5b0f8d562af 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -36,9 +36,6 @@ else
 GAWK_CONF_OPTS += --without-readline
 endif
 
-# We don't have a host-busybox, and we don't want to use readline or mpfr
-HOST_GAWK_DEPENDENCIES =
-
 HOST_GAWK_CONF_OPTS = --without-readline --without-mpfr
 
 define GAWK_CREATE_SYMLINK
-- 
2.1.0

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

* [Buildroot] [PATCH 63/69] lua: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (61 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 62/69] gawk: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 64/69] mtools: " Julien Floret
                   ` (6 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/lua/lua.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index b2dab3937c45..be3328434b3b 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -62,9 +62,6 @@ endef
 LUA_POST_PATCH_HOOKS += LUA_32BITS_LUACONF
 endif
 
-# We never want to have host-readline and host-ncurses as dependencies
-# of host-lua.
-HOST_LUA_DEPENDENCIES =
 HOST_LUA_CFLAGS = -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX
 HOST_LUA_MYLIBS = -ldl
 
-- 
2.1.0

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

* [Buildroot] [PATCH 64/69] mtools: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (62 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 63/69] lua: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 65/69] ncurses: " Julien Floret
                   ` (5 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/mtools/mtools.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/mtools/mtools.mk b/package/mtools/mtools.mk
index fc145c083206..adba1fc47376 100644
--- a/package/mtools/mtools.mk
+++ b/package/mtools/mtools.mk
@@ -22,11 +22,9 @@ HOST_MTOOLS_CONF_ENV = \
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 MTOOLS_DEPENDENCIES += libiconv
 MTOOLS_CONF_ENV += LIBS=-liconv
-# We have no host dependencies
-HOST_MTOOLS_DEPENDENCIES =
 endif
 
-#?Package does not build in parallel due to improper make rules
+# Package does not build in parallel due to improper make rules
 MTOOLS_MAKE = $(MAKE1)
 
 $(eval $(autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH 65/69] ncurses: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (63 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 64/69] mtools: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:26   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 66/69] pax-utils: " Julien Floret
                   ` (4 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/ncurses/ncurses.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 8368c690b606..bef57c5f08f5 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -8,7 +8,6 @@ NCURSES_VERSION = 5.9
 NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
 NCURSES_INSTALL_STAGING = YES
 NCURSES_DEPENDENCIES = host-ncurses
-HOST_NCURSES_DEPENDENCIES =
 NCURSES_PROGS = clear infocmp tabs tic toe tput tset
 NCURSES_LICENSE = MIT with advertising clause
 NCURSES_LICENSE_FILES = README
-- 
2.1.0

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

* [Buildroot] [PATCH 66/69] pax-utils: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (64 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 65/69] ncurses: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:28   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 67/69] perl: " Julien Floret
                   ` (3 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/pax-utils/pax-utils.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/pax-utils/pax-utils.mk b/package/pax-utils/pax-utils.mk
index 747c2bb1145b..8d5f3eea73c7 100644
--- a/package/pax-utils/pax-utils.mk
+++ b/package/pax-utils/pax-utils.mk
@@ -27,9 +27,6 @@ else
 PAX_UTILS_CONF_OPTS += --without-seccomp
 endif
 
-# libcap is only useful for pspax (a running system)
-HOST_PAX_UTILS_DEPENDENCIES =
-
 # lddtree and symtree need bash
 ifeq ($(BR2_PACKAGE_BASH),)
 define PAX_UTILS_REMOVE_BASH_TOOLS
-- 
2.1.0

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

* [Buildroot] [PATCH 67/69] perl: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (65 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 66/69] pax-utils: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:29   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 68/69] rpi-firmware: " Julien Floret
                   ` (2 subsequent siblings)
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/perl/perl.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index 11b10ff5e480..d66e4487c1f7 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -90,10 +90,6 @@ define PERL_INSTALL_TARGET_CMDS
 	$(MAKE1) -C $(@D) DESTDIR="$(TARGET_DIR)" install.perl
 endef
 
-# We never want to have host-berkeleydb or host-gdbm as dependencies
-# of host-perl.
-HOST_PERL_DEPENDENCIES =
-
 HOST_PERL_CONF_OPTS = \
 	-des \
 	-Dprefix="$(HOST_DIR)/usr" \
-- 
2.1.0

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

* [Buildroot] [PATCH 68/69] rpi-firmware: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (66 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 67/69] perl: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:29   ` Thomas Petazzoni
  2016-07-02 22:21 ` [Buildroot] [PATCH 69/69] tar: " Julien Floret
  2016-07-03  6:33 ` [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Thomas Petazzoni
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/rpi-firmware/rpi-firmware.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index e170780789c7..0587802b5144 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -49,7 +49,6 @@ endef
 # We have no host sources to get, since we already
 # bundle the script we want to install.
 HOST_RPI_FIRMWARE_SOURCE =
-HOST_RPI_FIRMWARE_DEPENDENCIES =
 
 define HOST_RPI_FIRMWARE_INSTALL_CMDS
 	$(INSTALL) -D -m 0755 package/rpi-firmware/mkknlimg $(HOST_DIR)/usr/bin/mkknlimg
-- 
2.1.0

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

* [Buildroot] [PATCH 69/69] tar: remove empty host dependencies definition
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (67 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 68/69] rpi-firmware: " Julien Floret
@ 2016-07-02 22:21 ` Julien Floret
  2016-07-03  8:29   ` Thomas Petazzoni
  2016-07-03  6:33 ` [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Thomas Petazzoni
  69 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-02 22:21 UTC (permalink / raw)
  To: buildroot

Note that host-tar dependencies were broken with automatic derivation
of host dependencies:
host-tar could depend (or not) on host-attr (and even on non-existing
host-acl!), depending on BR2_PACKAGE_BUSYBOX.

Now, host-tar has no dependency.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/tar/tar.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 767c02f9f990..26f113a4d2ab 100644
--- a/package/tar/tar.mk
+++ b/package/tar/tar.mk
@@ -16,7 +16,6 @@ TAR_LICENSE_FILES = COPYING
 # Prefer full-blown tar over buybox's version
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
 TAR_DEPENDENCIES += busybox
-HOST_TAR_DEPENDENCIES =
 endif
 
 ifeq ($(BR2_PACKAGE_ACL),y)
-- 
2.1.0

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

* [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant Julien Floret
@ 2016-07-03  6:32   ` Thomas Petazzoni
  2016-07-03  7:26     ` Julien Floret
  0 siblings, 1 reply; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:32 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:30 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/am335x-pru-package/am335x-pru-package.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/am335x-pru-package/am335x-pru-package.mk b/package/am335x-pru-package/am335x-pru-package.mk
> index a97e8a49eacb..8b33eb3d6cbf 100644
> --- a/package/am335x-pru-package/am335x-pru-package.mk
> +++ b/package/am335x-pru-package/am335x-pru-package.mk
> @@ -9,6 +9,7 @@ AM335X_PRU_PACKAGE_SITE = $(call github,beagleboard,am335x_pru_package,$(AM335X_
>  AM335X_PRU_PACKAGE_LICENSE = BSD-3c
>  AM335X_PRU_PACKAGE_LICENSE_FILES = pru_sw/utils/LICENCE.txt
>  AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
> +HOST_AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package

With this addition, host-am335x-pru-package now depends on
host-am335x-pru-package, which introduces a circular dependency.

Having:

  AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package

does *not* imply:

  HOST_AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package

Because in the logic to derive host dependencies from target
dependencies, we filter out if the package would depend on itself:

$(2)_DEPENDENCIES ?= $$(filter-out host-skeleton host-toolchain $(1),\
        $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))

See the $(1) in the call of filter-out ?

I'll mark this patch as Rejected then.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies
  2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
                   ` (68 preceding siblings ...)
  2016-07-02 22:21 ` [Buildroot] [PATCH 69/69] tar: " Julien Floret
@ 2016-07-03  6:33 ` Thomas Petazzoni
  69 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:29 +0200, Julien Floret wrote:
> The automatic derivation of host dependencies feature consists in
> automatically deducing dependencies of a package host variant from the
> dependencies of the target variant.

Thanks for this series. However, there are still a number of issues
(I'll reply to the patches independently).

But most importantly, I think it's a topic I would prefer to not have
to handle right now. We are in the middle of a Buildroot Summer Camp,
trying to reduce significantly the backlog of patches, so a 69 patches
series is kind of going against this goal. While this objective is
desirable, it's also not a super high priority, so I would have
preferred to defer this work a bit and concentrate on other topics.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 02/69] axfsutils: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 02/69] axfsutils: " Julien Floret
@ 2016-07-03  6:34   ` Thomas Petazzoni
  2016-07-03  6:36   ` Thomas Petazzoni
  1 sibling, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:31 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/axfsutils/axfsutils.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 02/69] axfsutils: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 02/69] axfsutils: " Julien Floret
  2016-07-03  6:34   ` Thomas Petazzoni
@ 2016-07-03  6:36   ` Thomas Petazzoni
  1 sibling, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:31 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/axfsutils/axfsutils.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 03/69] bdwgc: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 03/69] bdwgc: " Julien Floret
@ 2016-07-03  6:36   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:32 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/bdwgc/bdwgc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 04/69] cdrkit: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 04/69] cdrkit: " Julien Floret
@ 2016-07-03  6:36   ` Thomas Petazzoni
  2016-07-03  8:52     ` Julien Floret
  0 siblings, 1 reply; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:33 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/cdrkit/cdrkit.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 05/69] cloog: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 05/69] cloog: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:34 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/cloog/cloog.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 06/69] cramfs: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 06/69] cramfs: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:35 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/cramfs/cramfs.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 07/69] doxygen: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 07/69] doxygen: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:36 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/doxygen/doxygen.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 08/69] dtc: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 08/69] dtc: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:37 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/dtc/dtc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 09/69] e2tools: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 09/69] e2tools: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:38 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/e2tools/e2tools.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 10/69] erlang-lager: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 10/69] erlang-lager: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:39 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  package/erlang-lager/erlang-lager.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 11/69] expat: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 11/69] expat: " Julien Floret
@ 2016-07-03  6:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:40 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/expat/expat.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 12/69] file: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 12/69] file: " Julien Floret
@ 2016-07-03  6:50   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:41 +0200, Julien Floret wrote:

> +HOST_FILE_DEPENDENCIES = host-file host-zlib

With this, host-file would depend on host-file: circular dependency. So
I've dropped host-file here, and applied.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 13/69] fontconfig: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 13/69] fontconfig: " Julien Floret
@ 2016-07-03  6:50   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:42 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/fontconfig/fontconfig.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 14/69] fwup: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 14/69] fwup: " Julien Floret
@ 2016-07-03  6:56   ` Thomas Petazzoni
  2016-07-03  7:05     ` Baruch Siach
  0 siblings, 1 reply; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:43 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/fwup/fwup.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk
> index 0a23856048b3..ae8571690d9b 100644
> --- a/package/fwup/fwup.mk
> +++ b/package/fwup/fwup.mk
> @@ -9,6 +9,7 @@ FWUP_SITE = $(call github,fhunleth,fwup,$(FWUP_VERSION))
>  FWUP_LICENSE = Apache-2.0
>  FWUP_LICENSE_FILES = LICENSE
>  FWUP_DEPENDENCIES = libconfuse libarchive libsodium
> +HOST_FWUP_DEPENDENCIES = host-libconfuse host-libarchive host-libsodium
>  FWUP_AUTORECONF = YES
>  FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""

Unrelated to your patch, but I'm wondering why we pass
ac_cv_path_HELP2MAN="" for the target variant (which was needed to fix
some build failures), and not to the host variant. I'm adding Baruch in
Cc since he fixed this problem.

I've applied your patch, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 15/69] genimage: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 15/69] genimage: " Julien Floret
@ 2016-07-03  6:56   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:44 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/genimage/genimage.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 16/69] gmp: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 16/69] gmp: " Julien Floret
@ 2016-07-03  6:56   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:45 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/gmp/gmp.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 17/69] heimdal: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 17/69] heimdal: " Julien Floret
@ 2016-07-03  6:58   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  6:58 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:46 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/heimdal/heimdal.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 14/69] fwup: add explicit dependencies for host variant
  2016-07-03  6:56   ` Thomas Petazzoni
@ 2016-07-03  7:05     ` Baruch Siach
  2016-07-03  7:26       ` Thomas Petazzoni
  0 siblings, 1 reply; 147+ messages in thread
From: Baruch Siach @ 2016-07-03  7:05 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Sun, Jul 03, 2016 at 08:56:48AM +0200, Thomas Petazzoni wrote:
> On Sun,  3 Jul 2016 00:20:43 +0200, Julien Floret wrote:
> >  FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""
> 
> Unrelated to your patch, but I'm wondering why we pass
> ac_cv_path_HELP2MAN="" for the target variant (which was needed to fix
> some build failures), and not to the host variant. I'm adding Baruch in
> Cc since he fixed this problem.

The simple answer is that since help2man works just fine for the host binary 
of fwup by definition, there is no build breakage. We may add it to the host 
variant as well to shorten build time somewhat, though I'm not sure it's worth 
the trouble.

Have fun at Toulouse.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 18/69] imx-usb-loader: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 18/69] imx-usb-loader: " Julien Floret
@ 2016-07-03  7:05   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:05 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:47 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/imx-usb-loader/imx-usb-loader.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 19/69] isl: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 19/69] isl: " Julien Floret
@ 2016-07-03  7:05   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:05 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:48 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/isl/isl.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 20/69] libconfuse: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 20/69] libconfuse: " Julien Floret
@ 2016-07-03  7:11   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:49 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libconfuse/libconfuse.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 21/69] libcroco: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 21/69] libcroco: " Julien Floret
@ 2016-07-03  7:11   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:50 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libcroco/libcroco.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 22/69] libftdi: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 22/69] libftdi: " Julien Floret
@ 2016-07-03  7:12   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:12 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:51 +0200, Julien Floret wrote:
> This patch also removes an incorrect dependency between host-libftdi and
> host-boost when BR2_PACKAGE_LIBTFDI_CPP is set.

Nice find!

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 24/69] libsepol: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 24/69] libsepol: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:53 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libsepol/libsepol.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 25/69] libtool: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 25/69] libtool: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:54 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libtool/libtool.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 26/69] libusb-compat: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 26/69] libusb-compat: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:55 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libusb-compat/libusb-compat.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 27/69] libxml-parser-perl: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 27/69] libxml-parser-perl: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:56 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/libxml-parser-perl/libxml-parser-perl.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 28/69] lttng-babeltrace: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 28/69] lttng-babeltrace: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:57 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/lttng-babeltrace/lttng-babeltrace.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 29/69] lzop: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 29/69] lzop: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:58 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/lzop/lzop.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 30/69] mpc: add explicit dependencies for host variant
  2016-07-02 22:20 ` [Buildroot] [PATCH 30/69] mpc: " Julien Floret
@ 2016-07-03  7:17   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:20:59 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/mpc/mpc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 31/69] mpfr: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 31/69] mpfr: " Julien Floret
@ 2016-07-03  7:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:00 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/mpfr/mpfr.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 32/69] pixman: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 32/69] pixman: " Julien Floret
@ 2016-07-03  7:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:01 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/pixman/pixman.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 14/69] fwup: add explicit dependencies for host variant
  2016-07-03  7:05     ` Baruch Siach
@ 2016-07-03  7:26       ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 3 Jul 2016 10:05:20 +0300, Baruch Siach wrote:

> The simple answer is that since help2man works just fine for the host binary 
> of fwup by definition, there is no build breakage. We may add it to the host 
> variant as well to shorten build time somewhat, though I'm not sure it's worth 
> the trouble.

Ah, ok, I should have looked at the build failure. The build failure
was not about help2man being unavailable on the host system, but about
help2man failing to work building the target variant for some reason.

OK, makes sense then. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant
  2016-07-03  6:32   ` Thomas Petazzoni
@ 2016-07-03  7:26     ` Julien Floret
  0 siblings, 0 replies; 147+ messages in thread
From: Julien Floret @ 2016-07-03  7:26 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

2016-07-03 8:32 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Sun,  3 Jul 2016 00:20:30 +0200, Julien Floret wrote:
>> Signed-off-by: Julien Floret <julien.floret@6wind.com>
>> ---
>>  package/am335x-pru-package/am335x-pru-package.mk | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/package/am335x-pru-package/am335x-pru-package.mk b/package/am335x-pru-package/am335x-pru-package.mk
>> index a97e8a49eacb..8b33eb3d6cbf 100644
>> --- a/package/am335x-pru-package/am335x-pru-package.mk
>> +++ b/package/am335x-pru-package/am335x-pru-package.mk
>> @@ -9,6 +9,7 @@ AM335X_PRU_PACKAGE_SITE = $(call github,beagleboard,am335x_pru_package,$(AM335X_
>>  AM335X_PRU_PACKAGE_LICENSE = BSD-3c
>>  AM335X_PRU_PACKAGE_LICENSE_FILES = pru_sw/utils/LICENCE.txt
>>  AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
>> +HOST_AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
>
> With this addition, host-am335x-pru-package now depends on
> host-am335x-pru-package, which introduces a circular dependency.
>
> Having:
>
>   AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
>
> does *not* imply:
>
>   HOST_AM335X_PRU_PACKAGE_DEPENDENCIES = host-am335x-pru-package
>
> Because in the logic to derive host dependencies from target
> dependencies, we filter out if the package would depend on itself:
>
> $(2)_DEPENDENCIES ?= $$(filter-out host-skeleton host-toolchain $(1),\
>         $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
>
> See the $(1) in the call of filter-out ?
>
> I'll mark this patch as Rejected then.

Of course. I stupidly missed this one, as well as in the "file" package.
Thanks,

Julien

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

* [Buildroot] [PATCH 33/69] python-pycrypto: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 33/69] python-pycrypto: " Julien Floret
@ 2016-07-03  7:27   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:02 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/python-pycrypto/python-pycrypto.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 34/69] swig: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 34/69] swig: " Julien Floret
@ 2016-07-03  7:27   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:03 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/swig/swig.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 35/69] wayland: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 35/69] wayland: " Julien Floret
@ 2016-07-03  7:27   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:04 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/wayland/wayland.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 36/69] libxcb: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 36/69] libxcb: " Julien Floret
@ 2016-07-03  7:30   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:05 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/libxcb/libxcb.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 37/69] xapp_bdftopcf: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 37/69] xapp_bdftopcf: " Julien Floret
@ 2016-07-03  7:38   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:06 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 38/69] xapp_mkfontdir: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 38/69] xapp_mkfontdir: " Julien Floret
@ 2016-07-03  7:38   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:07 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 39/69] xapp_mkfontscale: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 39/69] xapp_mkfontscale: " Julien Floret
@ 2016-07-03  7:38   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:08 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 40/69] xapp_xcursorgen: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 40/69] xapp_xcursorgen: " Julien Floret
@ 2016-07-03  7:38   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:09 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xapp_xcursorgen/xapp_xcursorgen.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 41/69] xapp_xkbcomp: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 41/69] xapp_xkbcomp: " Julien Floret
@ 2016-07-03  7:39   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:10 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 42/69] xcb-proto: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 42/69] xcb-proto: " Julien Floret
@ 2016-07-03  7:39   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:11 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xcb-proto/xcb-proto.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 43/69] xfont_encodings: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 43/69] xfont_encodings: " Julien Floret
@ 2016-07-03  7:39   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:12 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xfont_encodings/xfont_encodings.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 44/69] xfont_font-util: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 44/69] xfont_font-util: " Julien Floret
@ 2016-07-03  7:39   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:13 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xfont_font-util/xfont_font-util.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 45/69] xlib_libX11: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 45/69] xlib_libX11: " Julien Floret
@ 2016-07-03  7:39   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:14 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libX11/xlib_libX11.mk | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 46/69] xlib_libXau: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 46/69] xlib_libXau: " Julien Floret
@ 2016-07-03  7:40   ` Thomas Petazzoni
  2016-07-03  7:45   ` Thomas Petazzoni
  1 sibling, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:40 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:15 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXau/xlib_libXau.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 46/69] xlib_libXau: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 46/69] xlib_libXau: " Julien Floret
  2016-07-03  7:40   ` Thomas Petazzoni
@ 2016-07-03  7:45   ` Thomas Petazzoni
  1 sibling, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:45 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:15 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXau/xlib_libXau.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 47/69] xlib_libXcursor: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 47/69] xlib_libXcursor: " Julien Floret
@ 2016-07-03  7:45   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  7:45 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:16 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXcursor/xlib_libXcursor.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 48/69] xlib_libXdmcp: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 48/69] xlib_libXdmcp: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:17 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 49/69] xlib_libXfixes: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 49/69] xlib_libXfixes: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:18 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXfixes/xlib_libXfixes.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 50/69] xlib_libXfont: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 50/69] xlib_libXfont: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:19 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXfont/xlib_libXfont.mk | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 51/69] xlib_libXrender: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 51/69] xlib_libXrender: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:20 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libXrender/xlib_libXrender.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 52/69] xlib_libfontenc: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 52/69] xlib_libfontenc: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:21 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libfontenc/xlib_libfontenc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 53/69] xlib_libxkbfile: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 53/69] xlib_libxkbfile: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:22 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 54/69] xutil_makedepend: add explicit dependencies for host variant
  2016-07-02 22:21 ` [Buildroot] [PATCH 54/69] xutil_makedepend: " Julien Floret
@ 2016-07-03  8:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:23 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/x11r7/xutil_makedepend/xutil_makedepend.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies
  2016-07-02 22:21 ` [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies Julien Floret
@ 2016-07-03  8:15   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:24 +0200, Julien Floret wrote:
> This feature consists in automatically deducing dependencies of a host
> package from the dependencies of the target variant.
> 
> However, it causes some issues, and many host packages need different
> dependencies than their target variants.
> 
> Now that host dependencies are explicitly set for all packages, we can
> remove it.
> 
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  package/pkg-autotools.mk |  9 ---------
>  package/pkg-cmake.mk     |  7 -------
>  package/pkg-generic.mk   |  4 ----
>  package/pkg-python.mk    | 15 ---------------
>  package/pkg-rebar.mk     | 14 --------------
>  package/pkg-virtual.mk   |  7 -------
>  6 files changed, 56 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition Julien Floret
@ 2016-07-03  8:15   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:25 +0200, Julien Floret wrote:
> While there, fix some typos.
> 
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/xorriso/xorriso.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 57/69] tcl: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 57/69] tcl: " Julien Floret
@ 2016-07-03  8:15   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:26 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/tcl/tcl.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 58/69] binutils: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 58/69] binutils: " Julien Floret
@ 2016-07-03  8:15   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:27 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/binutils/binutils.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 59/69] boost: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 59/69] boost: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:28 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/boost/boost.mk | 2 --
>  1 file changed, 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 60/69] dos2unix: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 60/69] dos2unix: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:29 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/dos2unix/dos2unix.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 61/69] dosfstools: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 61/69] dosfstools: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:30 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/dosfstools/dosfstools.mk | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 62/69] gawk: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 62/69] gawk: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:31 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/gawk/gawk.mk | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 63/69] lua: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 63/69] lua: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:32 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/lua/lua.mk | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 64/69] mtools: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 64/69] mtools: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:33 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/mtools/mtools.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 65/69] ncurses: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 65/69] ncurses: " Julien Floret
@ 2016-07-03  8:26   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:34 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/ncurses/ncurses.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 66/69] pax-utils: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 66/69] pax-utils: " Julien Floret
@ 2016-07-03  8:28   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:28 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:35 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/pax-utils/pax-utils.mk | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 67/69] perl: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 67/69] perl: " Julien Floret
@ 2016-07-03  8:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:36 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/perl/perl.mk | 4 ----
>  1 file changed, 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 68/69] rpi-firmware: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 68/69] rpi-firmware: " Julien Floret
@ 2016-07-03  8:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:37 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/rpi-firmware/rpi-firmware.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 69/69] tar: remove empty host dependencies definition
  2016-07-02 22:21 ` [Buildroot] [PATCH 69/69] tar: " Julien Floret
@ 2016-07-03  8:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03  8:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  3 Jul 2016 00:21:38 +0200, Julien Floret wrote:
> Note that host-tar dependencies were broken with automatic derivation
> of host dependencies:
> host-tar could depend (or not) on host-attr (and even on non-existing
> host-acl!), depending on BR2_PACKAGE_BUSYBOX.
> 
> Now, host-tar has no dependency.
> 
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/tar/tar.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 04/69] cdrkit: add explicit dependencies for host variant
  2016-07-03  6:36   ` Thomas Petazzoni
@ 2016-07-03  8:52     ` Julien Floret
  2016-07-03 18:47       ` Julien Floret
  0 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-03  8:52 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

2016-07-03 8:36 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Sun,  3 Jul 2016 00:20:33 +0200, Julien Floret wrote:
>> Signed-off-by: Julien Floret <julien.floret@6wind.com>
>> ---
>>  package/cdrkit/cdrkit.mk | 1 +
>>  1 file changed, 1 insertion(+)
>
> Applied to master, thanks.

Hm, this commit seems be missing in buildroot upstream, I don't see it
amongst the others.
Thanks a lot!

Julien

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

* [Buildroot] [PATCH 04/69] cdrkit: add explicit dependencies for host variant
  2016-07-03  8:52     ` Julien Floret
@ 2016-07-03 18:47       ` Julien Floret
  2016-07-03 19:17         ` Thomas Petazzoni
  0 siblings, 1 reply; 147+ messages in thread
From: Julien Floret @ 2016-07-03 18:47 UTC (permalink / raw)
  To: buildroot

>> On Sun,  3 Jul 2016 00:20:33 +0200, Julien Floret wrote:
>>> Signed-off-by: Julien Floret <julien.floret@6wind.com>
>>> ---
>>>  package/cdrkit/cdrkit.mk | 1 +
>>>  1 file changed, 1 insertion(+)
>>
>> Applied to master, thanks.
>
> Hm, this commit seems be missing in buildroot upstream, I don't see it
> amongst the others.
> Thanks a lot!

I mean, "[PATCH 04/69] cdrkit: add explicit dependencies for host variant"
was marked as applied, but there was no associate git commit, so unless
I missed something, the modification doesn't seem to be in buildroot
upstream git tree.

Julien

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

* [Buildroot] [PATCH 04/69] cdrkit: add explicit dependencies for host variant
  2016-07-03 18:47       ` Julien Floret
@ 2016-07-03 19:17         ` Thomas Petazzoni
  0 siblings, 0 replies; 147+ messages in thread
From: Thomas Petazzoni @ 2016-07-03 19:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 3 Jul 2016 20:47:54 +0200, Julien Floret wrote:

> > Hm, this commit seems be missing in buildroot upstream, I don't see it
> > amongst the others.
> > Thanks a lot!  
> 
> I mean, "[PATCH 04/69] cdrkit: add explicit dependencies for host variant"
> was marked as applied, but there was no associate git commit, so unless
> I missed something, the modification doesn't seem to be in buildroot
> upstream git tree.

Ah, yes, you're right. This series was so long that I messed up on this
patch (even though it was at the beginning of the series). I hope it
doesn't indicate that I messed things up even more with the rest of the
series :-/

Thanks for noticing!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-07-03 19:17 UTC | newest]

Thread overview: 147+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-02 22:20 [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Julien Floret
2016-07-02 22:20 ` [Buildroot] [PATCH 01/69] am335x-pru-package: add explicit dependencies for host variant Julien Floret
2016-07-03  6:32   ` Thomas Petazzoni
2016-07-03  7:26     ` Julien Floret
2016-07-02 22:20 ` [Buildroot] [PATCH 02/69] axfsutils: " Julien Floret
2016-07-03  6:34   ` Thomas Petazzoni
2016-07-03  6:36   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 03/69] bdwgc: " Julien Floret
2016-07-03  6:36   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 04/69] cdrkit: " Julien Floret
2016-07-03  6:36   ` Thomas Petazzoni
2016-07-03  8:52     ` Julien Floret
2016-07-03 18:47       ` Julien Floret
2016-07-03 19:17         ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 05/69] cloog: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 06/69] cramfs: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 07/69] doxygen: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 08/69] dtc: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 09/69] e2tools: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 10/69] erlang-lager: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 11/69] expat: " Julien Floret
2016-07-03  6:48   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 12/69] file: " Julien Floret
2016-07-03  6:50   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 13/69] fontconfig: " Julien Floret
2016-07-03  6:50   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 14/69] fwup: " Julien Floret
2016-07-03  6:56   ` Thomas Petazzoni
2016-07-03  7:05     ` Baruch Siach
2016-07-03  7:26       ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 15/69] genimage: " Julien Floret
2016-07-03  6:56   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 16/69] gmp: " Julien Floret
2016-07-03  6:56   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 17/69] heimdal: " Julien Floret
2016-07-03  6:58   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 18/69] imx-usb-loader: " Julien Floret
2016-07-03  7:05   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 19/69] isl: " Julien Floret
2016-07-03  7:05   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 20/69] libconfuse: " Julien Floret
2016-07-03  7:11   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 21/69] libcroco: " Julien Floret
2016-07-03  7:11   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 22/69] libftdi: " Julien Floret
2016-07-03  7:12   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 23/69] libpng: " Julien Floret
2016-07-02 22:20 ` [Buildroot] [PATCH 24/69] libsepol: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 25/69] libtool: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 26/69] libusb-compat: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 27/69] libxml-parser-perl: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 28/69] lttng-babeltrace: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 29/69] lzop: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:20 ` [Buildroot] [PATCH 30/69] mpc: " Julien Floret
2016-07-03  7:17   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 31/69] mpfr: " Julien Floret
2016-07-03  7:24   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 32/69] pixman: " Julien Floret
2016-07-03  7:24   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 33/69] python-pycrypto: " Julien Floret
2016-07-03  7:27   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 34/69] swig: " Julien Floret
2016-07-03  7:27   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 35/69] wayland: " Julien Floret
2016-07-03  7:27   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 36/69] libxcb: " Julien Floret
2016-07-03  7:30   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 37/69] xapp_bdftopcf: " Julien Floret
2016-07-03  7:38   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 38/69] xapp_mkfontdir: " Julien Floret
2016-07-03  7:38   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 39/69] xapp_mkfontscale: " Julien Floret
2016-07-03  7:38   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 40/69] xapp_xcursorgen: " Julien Floret
2016-07-03  7:38   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 41/69] xapp_xkbcomp: " Julien Floret
2016-07-03  7:39   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 42/69] xcb-proto: " Julien Floret
2016-07-03  7:39   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 43/69] xfont_encodings: " Julien Floret
2016-07-03  7:39   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 44/69] xfont_font-util: " Julien Floret
2016-07-03  7:39   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 45/69] xlib_libX11: " Julien Floret
2016-07-03  7:39   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 46/69] xlib_libXau: " Julien Floret
2016-07-03  7:40   ` Thomas Petazzoni
2016-07-03  7:45   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 47/69] xlib_libXcursor: " Julien Floret
2016-07-03  7:45   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 48/69] xlib_libXdmcp: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 49/69] xlib_libXfixes: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 50/69] xlib_libXfont: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 51/69] xlib_libXrender: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 52/69] xlib_libfontenc: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 53/69] xlib_libxkbfile: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 54/69] xutil_makedepend: " Julien Floret
2016-07-03  8:08   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 55/69] infra: remove auto derivation of host dependencies Julien Floret
2016-07-03  8:15   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 56/69] xorriso: remove empty host dependencies definition Julien Floret
2016-07-03  8:15   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 57/69] tcl: " Julien Floret
2016-07-03  8:15   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 58/69] binutils: " Julien Floret
2016-07-03  8:15   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 59/69] boost: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 60/69] dos2unix: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 61/69] dosfstools: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 62/69] gawk: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 63/69] lua: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 64/69] mtools: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 65/69] ncurses: " Julien Floret
2016-07-03  8:26   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 66/69] pax-utils: " Julien Floret
2016-07-03  8:28   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 67/69] perl: " Julien Floret
2016-07-03  8:29   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 68/69] rpi-firmware: " Julien Floret
2016-07-03  8:29   ` Thomas Petazzoni
2016-07-02 22:21 ` [Buildroot] [PATCH 69/69] tar: " Julien Floret
2016-07-03  8:29   ` Thomas Petazzoni
2016-07-03  6:33 ` [Buildroot] [PATCH 00/69] Remove automatic derivation of host dependencies Thomas Petazzoni

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.