summaryrefslogtreecommitdiffstats
path: root/package/start-stop-daemon
Commit message (Collapse)AuthorAgeFilesLines
* package/busybox: invert dependency with start-stop-daemonYann E. MORIN2018-07-081-2/+1
| | | | | | Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Reviewed-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-2/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* start-stop-daemon: bump to version 1.8.10Gustavo Zacarias2016-10-112-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: move busybox show others dependency to per-packageThomas Petazzoni2016-07-041-0/+1
| | | | | | | | | | | Having the BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencies in package/Config.in is not very practical: it makes this file not very readable, and puts the dependency away from the package itself, which can sometimes be confusing. Therefore, this commit moves the dependency in each package Config.in file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* start-stop-daemon: bump to version 1.18.7Gustavo Zacarias2016-06-152-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* start-stop-daemon: bump to version 1.18.4Gustavo Zacarias2015-12-282-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* start-stop-daemon: bump to version 1.18.3Gustavo Zacarias2015-12-203-25/+14
| | | | | | | | Enable developer mode to skip the shared library check in configure and avoid further patching. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* start-stop-daemon: fix build on non listed architecturesBaruch Siach2015-01-162-0/+21
| | | | | | | | | | | | | | | Not all Buildroot supported architectures are known to dpkg. Convert the configure error to a warning. Fixes: http://autobuild.buildroot.net/results/24e/24e37550749dc15ed7223fd515fa4628803f341e/ http://autobuild.buildroot.net/results/445/445bf4742d78a0bf93b4c75dc733c4315530031e/ http://autobuild.buildroot.net/results/952/952051485f23b67ffc449360886d6757c385331f/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* start-stop-daemon: new packageGustavo Zacarias2015-01-124-0/+88
We don't use the 1.17.x series because it has issues when cross-compiling. [Thomas: - change license to GPLv2+, and the license file to COPYING. While start-stop-daemon.c itself is under the Public Domain, the compat library against which it is linked is GPLv2+.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Karoly Kasza <kaszak@gmail.com> Reviewed-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud