openwrt/package
Alexandru Ardelean a0ea22ac43 grub2: add PKG_FIXUP:=autoreconf
The host-side build of grub2 requires this sometimes.
This will re-generate the ./configure script from configure.ac.
I don't know the conditions of how this reproduces, it just
sometimes appears, and sometimes doesn't.

Build error
```
<lede-dir>/build_dir/target-x86_64_musl-1.1.15_yogi/host/grub-2.02~beta2/build-aux/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:3962: recipe for target 'aclocal.m4' failed
```

Adding PKG_FIXUP adds sanity (i.e. autoreconf is used for host & target
builds) over just using HOST_FIXUP.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-11-21 12:54:24 +01:00
..
base-files base-files: validate metadata of sysupgrade images 2016-11-19 11:24:09 +01:00
boot grub2: add PKG_FIXUP:=autoreconf 2016-11-21 12:54:24 +01:00
devel devel/strace: fix build only on powerpc arch 2016-11-16 11:03:25 +01:00
firmware package/firmware/fman-ucode: Use HTTPS 2016-11-16 10:54:33 +01:00
kernel kernel/modules: add kmod-switch-rtl8367b 2016-11-17 20:01:21 +01:00
libs libnl-tiny: remove include/linux overrides to fix various build issues 2016-11-17 13:36:09 +01:00
network odhcpd: update to latest git HEAD 2016-11-21 12:16:55 +01:00
system fwtool: add utility for appending and extracting firmware metadata/signatures 2016-11-19 11:24:09 +01:00
utils osafeloader: new util for extracting partitions from SafeLoader 2016-11-19 07:58:25 +01:00
Makefile image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS 2016-09-25 09:30:55 +02:00