summaryrefslogtreecommitdiffstats
path: root/package/fwup
Commit message (Collapse)AuthorAgeFilesLines
* fwup: bump to v1.2.5Frank Hunleth2018-08-212-2/+3
| | | | | | | Also add a hash for the license file. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/fwup: bump version to 0.15.4Bernd Kuhls2017-09-123-38/+2
| | | | | | | | Removed patch applied upstream: https://github.com/fhunleth/fwup/commit/0301cb4ffbf4705316ba017516745a535d66d552#diff-ce18c9a5ee5a2f36921fbc12b00cc0dd Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/fwup: bump version to 0.14.3Bernd Kuhls2017-05-313-2/+38
| | | | | | | Added patch to fix uclibc build. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: normalize separator size to 80Ricardo Martincoski2017-04-061-2/+2
| | | | | | | | | | | | Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fwup: add dependency on host-pkgconfThomas Petazzoni2016-10-161-2/+2
| | | | | | | The fwup configure.ac uses PKG_CHECK_MODULES(), and we're autoreconfiguring this package, so we should depend on host-pkgconf. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fwup: bump version to v0.8.2Frank Hunleth2016-08-202-2/+2
| | | | | | | | This version brings in several bug fixes: one of which partially addresses Buildroot autobuilder failures for static configurations. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fwup: add explicit dependencies for host variantJulien Floret2016-07-031-0/+1
| | | | | Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fwup: disable documentation buildBaruch Siach2016-06-211-0/+1
| | | | | | | | | | | | | | | Documentation build with help2man relies on the output of running 'fwup --help'. That obviously can't work with cross compilation. Fixes: http://autobuild.buildroot.net/results/bdd/bdd8137973c37824f6aa9261ee307f6ed21b9166/ http://autobuild.buildroot.net/results/96a/96a53b3ec666bd09f09c8a3e5b31eff73e3dd0fa/ http://autobuild.buildroot.net/results/e0b/e0bcfaf9dd36d4992e507d18afeb1cec56048987/ Cc: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Tested-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fwup: bump to version 0.8.0Frank Hunleth2016-06-203-73/+2
| | | | | | | | | | | | This version removes the need for the patch and the autoreconf workaround. It also fixes autobuilder errors for static build configurations: http://autobuild.buildroot.net/results/30ad12bf0fe451aefb21cf59a76b059758746c2e/ http://autobuild.buildroot.net/results/a1503e0a053bfd724f9085908d2df51db798d068/ Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fwup: add hash fileThomas Petazzoni2016-06-121-0/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fwup: new packageWojciech NiziƄski2016-06-124-0/+111
Signed-off-by: Wojciech Nizinski <niziak@spox.org> [Thomas: - Add missing dependency on wchar - Rewrap Config.in help text - Add missing "depends on BR2_USE_MMU" on the comment about wchar dependency. - Switch to upstream 0.7.0 version - Replace the hook calling autogen.sh by a hook simply creating the m4 directory, which is what prevented <pkg>_AUTORECONF from working. - Add patch to fix build with uClibc. - Split in separate patches the addition of the host variants of libarchive and libsodium.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud