summaryrefslogtreecommitdiffstats
path: root/package/dc3dd
Commit message (Collapse)AuthorAgeFilesLines
* dc3dd: fix build with glibc 2.28Baruch Siach2018-10-261-0/+87
| | | | | | | | | | | | | | gnulib code in dc3dd relied on internal glibc definitions that are no longer visible with glibc 2.28. Add a patch based on upstream gnulib to fix the build. Fixes: http://autobuild.buildroot.net/results/552/552b8e44fe6585f978e2fb7a920057a868cf6689/ http://autobuild.buildroot.net/results/00d/00d2bf5a4c97bea2ace0427c0bed57e11f9a5f9a/ http://autobuild.buildroot.net/results/17a/17a9246bfb034c531ec5e27e29d38857e58db271/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dc3dd: gettextize to match newer gettext versionRodrigo Rebello2017-04-032-26/+3
| | | | | | | | | | | | | | | Because dc3dd is being autoreconfigured and comes with an old gettext infra, gettextize needs to be called so that the infra is updated to match the newer version used in Buildroot. Commit b36d57fab included a patch to add the definition of MKDIR_P to po/Makefile.in.in in order to fix autobuild failures that ocurred when host-gettext was built before dc3dd. This patch is no longer necessary as gettextize adds a new Makefile template which contains the needed definition, so drop it. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dc3dd: fix build with NLS enabledYann E. MORIN2017-04-021-0/+25
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/56e/56eda8289118782de7b8b33f956bfb33b159b86a/ http://autobuild.buildroot.org/results/b8b/b8b59ab00790ff1b29fb72852e05ef8b402f41ec/ http://autobuild.buildroot.org/results/ef5/ef581cc3cae46a6ed08c321b575b71e6a384cced/ [...and a lot more...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dc3dd: add patch to fix autoreconfThomas Petazzoni2017-04-011-0/+32
| | | | | | | | | | This commit adds a patch to dc3dd that fixes autoreconfiguration. Fixes: http://autobuild.buildroot.net/results/5b73b0d735691c5f63ed9bc3122bc84ea21faae7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dc3dd: upcase the autoreconf valueBenoît Allard2017-03-311-1/+1
| | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dc3dd: new packageBenoît Allard2017-03-294-0/+50
We actually prefer the version 7.2.641 (over 7.2.646) as the content of the release is identical and the 641 has the advantage of providing a proper .tar.xz file. Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud