toolchain: revert "Allow creating a script for external use of Buildroot toolchain"It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
* Fix format of the pciutils pci.ids.gz data file- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
buildroot: set SHELL instead of messing around with CONFIG_SHELLSimply set SHELL to bash instead of adding CONFIG_SHELL to all shell
invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* Removed duplicate PCIUTILS_VERSION* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
* Bumped xfsprogs to 2.10.2- Remvoed susv3 legacy patch which was comitted upstream
- Forecefully set some configure results which appear to of been silently ignored in the past
libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersIt would be nicer to do this at compile time, but then we would need to
compile libgtk2 for the host as well.
pango: add init script to create /etc/pango/pango.modulesIt would be nicer to do this at compile time, but then we would need to
compile pango for the host as well.