kumquat-buildroot/package/gstreamer1
Peter Seiderer b9d2d4cb4e Fix makefile include order by using sort/wildcard.
The 'include' directive in GNU make supports wildcards, but their
expansion has no defined sort order (GLOB_NOSORT is passed to glob()).
Usually this doesn't matter. However, there is at least one case where
it does make a difference: toolchain/*/*.mk includes both the
definitions of the external toolchain packages and
pkg-toolchain-external.mk, but pkg-toolchain-external.mk must be
included first.

For predictability, use ordered 'include $(sort $(wildcard ...))'
instead of unordered direct 'include */*.mk' everywhere.

Fixes [1] reported by Petr Vorel:

  make: *** No rule to make target 'toolchain-external-custom', needed by '.../build/toolchain-external/.stamp_configured'.  Stop.

[1] http://lists.busybox.net/pipermail/buildroot/2017-November/206969.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
[Arnout: also sort the one remaining include, of the external docs]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-11-24 00:08:23 +01:00
..
gst1-imx Revert "gst1-imx: fix v4l2 plugins disable options" 2017-11-22 21:28:48 +01:00
gst1-libav gst1-libav: bump to 1.12.3 2017-10-10 22:32:23 +02:00
gst1-plugins-bad gst1-plugins-bad: fix patch 0001-openjpeg-Support-building-with-openjpeg-2.3-simpler.patch 2017-10-21 22:20:08 +02:00
gst1-plugins-base gst1-plugins-base: bump to 1.12.3 2017-10-10 22:28:58 +02:00
gst1-plugins-good gst1-plugins-good: bump to 1.12.3 2017-10-10 22:28:59 +02:00
gst1-plugins-ugly gst1-plugins-ugly: bump to 1.12.3 2017-10-10 22:32:22 +02:00
gst1-rtsp-server gst1-rtsp-server: bump to 1.12.3 2017-10-10 22:32:23 +02:00
gst1-vaapi gst1-vaapi: bump to 1.12.3 2017-10-10 22:32:23 +02:00
gst1-validate gst1-validate: bump to 1.12.3 2017-10-10 22:32:23 +02:00
gst-omx gst-omx: bump to 1.12.3 2017-10-10 22:32:23 +02:00
gstreamer1 gstreamer1: bump to 1.12.3 2017-10-10 22:28:57 +02:00
Config.in gst1-vaapi: new package 2017-03-12 21:32:21 +01:00
gstreamer1.mk Fix makefile include order by using sort/wildcard. 2017-11-24 00:08:23 +01:00