buildroot.git
9 years agopackage/libnss: need dynamic library support
Samuel Martin [Sun, 7 Dec 2014 11:09:33 +0000 (12:09 +0100)]
package/libnss: need dynamic library support

Fixes:
  http://autobuild.buildroot.net/results/e01733c4b8c23f62e2081f0c4aadc16e22c4a2c4/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agorp-pppoe: install default conf file
Ryan Coe [Tue, 2 Dec 2014 23:21:02 +0000 (15:21 -0800)]
rp-pppoe: install default conf file

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Acked-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoffmpeg: Add ffprobe option
Steve Kenton [Tue, 2 Dec 2014 00:55:35 +0000 (18:55 -0600)]
ffmpeg: Add ffprobe option

Signed-off-by Stephen M. Kenton <skenton@ou.edu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage: add python-gobject
Peter Korsgaard [Mon, 1 Dec 2014 17:48:30 +0000 (18:48 +0100)]
package: add python-gobject

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agonetatalk: bump to version 3.1.7
Gustavo Zacarias [Wed, 3 Dec 2014 20:53:48 +0000 (17:53 -0300)]
netatalk: bump to version 3.1.7

Rename patch to new standard and add hash file as well.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/lxc: disable broken toolchains on nios2
Bernd Kuhls [Sun, 30 Nov 2014 16:48:54 +0000 (17:48 +0100)]
package/lxc: disable broken toolchains on nios2

As discussed with Thomas
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/100998
only the current toolchains are broken:
"it's better to blacklist the individual toolchains that are known
to be broken, so that if we add another toolchain, we will be able
to see if the same bug happens as well or not."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/crda: disable broken toolchains on nios2
Bernd Kuhls [Sun, 30 Nov 2014 16:48:53 +0000 (17:48 +0100)]
package/crda: disable broken toolchains on nios2

As discussed with Thomas
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/100998
only the current toolchains are broken:
"it's better to blacklist the individual toolchains that are known
to be broken, so that if we add another toolchain, we will be able
to see if the same bug happens as well or not."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/aiccu: disable broken toolchains on nios2
Bernd Kuhls [Sun, 30 Nov 2014 16:48:52 +0000 (17:48 +0100)]
package/aiccu: disable broken toolchains on nios2

As discussed with Thomas
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/100998
only the current toolchains are broken:
"it's better to blacklist the individual toolchains that are known
to be broken, so that if we add another toolchain, we will be able
to see if the same bug happens as well or not."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoxlib_libXau: add host-pkgconf to its dependencies
Vicente Olivert Riera [Wed, 3 Dec 2014 14:18:42 +0000 (14:18 +0000)]
xlib_libXau: add host-pkgconf to its dependencies

xlib_libXau needs pkg-config during the configure phase. Otherwise it
will fail with an error like this one:

checking for XAU... configure: error: in
`/br/output/build/xlib_libXau-1.0.8':
configure: error: The pkg-config script could not be found or is too
old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/nginx: remove rtsig module support
Samuel Martin [Mon, 1 Dec 2014 22:04:56 +0000 (23:04 +0100)]
package/nginx: remove rtsig module support

rtsig module uses the deprecated sysctl syscall, which is not
implemented on some recent architecture (such as arc).

Also, rtsig module is almost considered as deprecated by some nginx
developers [1].

So, just remove this option.

Fixes:
  http://autobuild.buildroot.org/results/730/730105fc0a89b381b3b29192d07f28ef1f13cbb3/

[1] http://mailman.nginx.org/pipermail/nginx-devel/2014-November/006295.html

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/nginx: rename patch to new convention
Samuel Martin [Mon, 1 Dec 2014 22:04:55 +0000 (23:04 +0100)]
package/nginx: rename patch to new convention

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobdwgc: fix _ARCH_SUPPORTS kconfig warning
Peter Korsgaard [Wed, 3 Dec 2014 08:45:40 +0000 (09:45 +0100)]
bdwgc: fix _ARCH_SUPPORTS kconfig warning

We have to define it as a bool, otherwise kconfig complains with:

package/bdwgc/Config.in:1:warning: config symbol defined without type

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/flac: fix patch file extension
Samuel Martin [Tue, 2 Dec 2014 20:42:10 +0000 (21:42 +0100)]
package/flac: fix patch file extension

Fixes:
  http://autobuild.buildroot.org/results/c22/c22f29fd787a3d12d86cc3cd3e2d9c8688d2f65d/
  http://autobuild.buildroot.org/results/1f8/1f824e3aa17fb17e7efe3e4c1636974fea79c1f9/
  http://autobuild.buildroot.org/results/8ad/8ad965fbc19e22d3f43899cb5efb42626fa2f55e/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/dejavu: add hashes from project site
Samuel Martin [Tue, 2 Dec 2014 20:42:09 +0000 (21:42 +0100)]
package/dejavu: add hashes from project site

[Peter: drop locally computed sha1sum]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopython-flask: fix s/flash/flask/ _DEPENDENCIES typo
Peter Korsgaard [Tue, 2 Dec 2014 22:58:23 +0000 (23:58 +0100)]
python-flask: fix s/flash/flask/ _DEPENDENCIES typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs: RWD website - upgrading bootswatch theme file
Angelo Compagnucci [Tue, 2 Dec 2014 17:23:17 +0000 (18:23 +0100)]
docs: RWD website - upgrading bootswatch theme file

This patch updates to the latest bootstrap versione (3.3.0) and
contextually pushes the colour theme and fonts required by
our style. The patch provides source files (*.less) to
recompile bootstrap.min.css .

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoexiv2: XMP support needs largefile
Baruch Siach [Mon, 1 Dec 2014 20:42:06 +0000 (22:42 +0200)]
exiv2: XMP support needs largefile

XMP code enables largefile unconditionally.

Fixes:
http://autobuild.buildroot.net/results/116/1166068a64733d22a2f891849177ad826347dc9f/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Nicolas Serafini <nicolas.serafini@sensefly.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotcpdump: add security fix patch
Baruch Siach [Tue, 2 Dec 2014 11:16:16 +0000 (13:16 +0200)]
tcpdump: add security fix patch

Fixes CVE-2014-9140, PPP dissector vulnerability.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: bump 3.4.x series
Gustavo Zacarias [Tue, 2 Dec 2014 10:12:47 +0000 (07:12 -0300)]
linux-headers: bump 3.4.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosysstat: bump to version 11.0.2
Gustavo Zacarias [Tue, 2 Dec 2014 10:10:58 +0000 (07:10 -0300)]
sysstat: bump to version 11.0.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodialog: bump to version 1.2-20140911
Gustavo Zacarias [Tue, 2 Dec 2014 10:10:57 +0000 (07:10 -0300)]
dialog: bump to version 1.2-20140911

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolive555: fix test programs target installation
Baruch Siach [Tue, 2 Dec 2014 10:04:55 +0000 (12:04 +0200)]
live555: fix test programs target installation

Commit 43ebd93e1fcb (live555: add error handling to for loop) removed the
shell command delimiter. Add it back.

Fixes:
http://autobuild.buildroot.net/results/00f/00f26fa3b6fc8c707009f44ede7b680849f18d5f/

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolive555: fix shared library build on x86
Baruch Siach [Tue, 2 Dec 2014 07:48:41 +0000 (09:48 +0200)]
live555: fix shared library build on x86

-fPIC is required for shared libraries on x86.

Fixes:
http://autobuild.buildroot.net/results/6e7/6e78d3e29856c25d233f1629c31bc15f7ecb2f89/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoopenvpn: CVE-2014-8104: bump to version 2.3.6
Fabian Mewes [Mon, 1 Dec 2014 21:50:11 +0000 (22:50 +0100)]
openvpn: CVE-2014-8104: bump to version 2.3.6

see
https://community.openvpn.net/openvpn/wiki/SecurityAnnouncement-97597e732b

Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/bdwgc: only enable on supported architectures
Yann E. MORIN [Mon, 1 Dec 2014 23:13:21 +0000 (00:13 +0100)]
package/bdwgc: only enable on supported architectures

bdwgc has support for a sub-set of the architectures we support.

Since there is roughly a 50-50 split of our architectures that have
support in bdwgc vs. those that do not, use a positive dependency logic,
rather than a negative one.

The list was constructed by visual inspection of the source code of
bdwgc, but the header doing the check is, to say it politely, a bit
difficult to read...

So, some working archotectures may be missing. Users needing it may
investigate if their architectures are indeed supported.

Fixes;
    http://autobuild.buildroot.net/results/529/529b0b6dd47744c13f56e59a4c669a3f5d56530d/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Pedro Aguilar <paguilar@paguilar.org>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoffmpeg: bump version to 2.4.4
Vicente Olivert Riera [Mon, 1 Dec 2014 16:36:26 +0000 (16:36 +0000)]
ffmpeg: bump version to 2.4.4

- Bump version to 2.4.4.
- Remove upstreamed patch
- Add a hash file

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosysklogd: fix redundant newline escape
Baruch Siach [Tue, 2 Dec 2014 07:13:08 +0000 (09:13 +0200)]
sysklogd: fix redundant newline escape

Broken since 428f1e7e70c6b (sysklogd: install configuration file
unconditionally). Fixes:

package/sysklogd/sysklogd.mk:21: *** missing 'endef', unterminated 'define'.  Stop.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoproftpd: remove redundant newline escape
Baruch Siach [Tue, 2 Dec 2014 07:10:38 +0000 (09:10 +0200)]
proftpd: remove redundant newline escape

Broken since 0e18b0a4e12e7 (proftpd: install configuration file
unconditionally). Fixes the following make error:

package/proftpd/proftpd.mk:49: *** missing 'endef', unterminated 'define'.  Stop.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoifplugd: remove spurious newline escape
Baruch Siach [Tue, 2 Dec 2014 06:58:49 +0000 (08:58 +0200)]
ifplugd: remove spurious newline escape

Commit 5ad5d55924bcc (ifplugd: install configuration files unconditionally)
removed the conditional configuration file install, but left an redundant
newline escape, causing the following error:

package/ifplugd/ifplugd.mk:23: *** missing 'endef', unterminated 'define'.  Stop.

Fix this.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agompd: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:19:01 +0000 (15:19 +0100)]
mpd: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

[Peter: use install -m as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoinadyn: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:19:00 +0000 (15:19 +0100)]
inadyn: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agophp: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:59 +0000 (15:18 +0100)]
php: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

[Peter: use install -D]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agousbmount: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:58 +0000 (15:18 +0100)]
usbmount: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

[Peter: fix indentation as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoscreen: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:57 +0000 (15:18 +0100)]
screen: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosysklogd: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:56 +0000 (15:18 +0100)]
sysklogd: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoifplugd: install configuration files unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:55 +0000 (15:18 +0100)]
ifplugd: install configuration files unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

[Peter: use install -m as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agologrotate: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:53 +0000 (15:18 +0100)]
logrotate: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosamba: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:52 +0000 (15:18 +0100)]
samba: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoproftpd: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:51 +0000 (15:18 +0100)]
proftpd: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agofluxbox: install session file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:50 +0000 (15:18 +0100)]
fluxbox: install session file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoinput-event-daemon: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:49 +0000 (15:18 +0100)]
input-event-daemon: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agostunnel: install configuration file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:48 +0000 (15:18 +0100)]
stunnel: install configuration file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotransmission: install init script unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:47 +0000 (15:18 +0100)]
transmission: install init script unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agorsyslog: install init script and config file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:46 +0000 (15:18 +0100)]
rsyslog: install init script and config file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Also, we take this opportunity to rename RSYSLOG_INSTALL_CONF_SCRIPT
to RSYSLOG_INSTALL_CONF because it is no longer installing an init
script.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agorpcbind: install init script unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:45 +0000 (15:18 +0100)]
rpcbind: install init script unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolighttpd: install configuration files with sensible (0644) permissions
Peter Korsgaard [Mon, 1 Dec 2014 23:22:19 +0000 (00:22 +0100)]
lighttpd: install configuration files with sensible (0644) permissions

And use the same (0-prefixed) form everywhere.

Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolighttpd: install init script and config file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:44 +0000 (15:18 +0100)]
lighttpd: install init script and config file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiucode-tool: install init script unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:43 +0000 (15:18 +0100)]
iucode-tool: install init script unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodmraid: install init script unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:42 +0000 (15:18 +0100)]
dmraid: install init script unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobusybox: install init script and config file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:41 +0000 (15:18 +0100)]
busybox: install init script and config file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

[Peter: drop && conditional from watchdog installation as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoaiccu: install init script and config file unconditionally
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:40 +0000 (15:18 +0100)]
aiccu: install init script and config file unconditionally

As discussed, users should use a rootfs overlay or a post-build script
instead of a custom skeleton to override files installed by Buildroot,
so there is no point in having conditions when installing init scripts
or configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoxenomai: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:39 +0000 (15:18 +0100)]
xenomai: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosound-theme-borealis: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:38 +0000 (15:18 +0100)]
sound-theme-borealis: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoqt5base: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:36 +0000 (15:18 +0100)]
qt5base: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolockfile-progs: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:35 +0000 (15:18 +0100)]
lockfile-progs: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolive555: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:34 +0000 (15:18 +0100)]
live555: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agojimtcl: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:33 +0000 (15:18 +0100)]
jimtcl: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoirda-utils: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:32 +0000 (15:18 +0100)]
irda-utils: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogptfdisk: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:31 +0000 (15:18 +0100)]
gptfdisk: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogooglefontdirectory: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:30 +0000 (15:18 +0100)]
googlefontdirectory: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoflot: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:29 +0000 (15:18 +0100)]
flot: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoebtables: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:28 +0000 (15:18 +0100)]
ebtables: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agocoreutils: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:27 +0000 (15:18 +0100)]
coreutils: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoalsa-utils: add error handling to for loop
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:26 +0000 (15:18 +0100)]
alsa-utils: add error handling to for loop

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agorp-pppoe: bail out if installation fails
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:25 +0000 (15:18 +0100)]
rp-pppoe: bail out if installation fails

Add an "|| exit 1" in the installation loop, otherwise if one of the
file fails to install, the build doesn't abort.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agorp-pppoe: don't install man pages
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:24 +0000 (15:18 +0100)]
rp-pppoe: don't install man pages

We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agognupg: don't bother removing a man page
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:23 +0000 (15:18 +0100)]
gnupg: don't bother removing a man page

The target-finalize target in the main Makefile removes
$(TARGET_DIR)/usr/share/man entirely, so there's no point in having
some package specific logic to remove man pages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopptp-linux: don't install man page
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:22 +0000 (15:18 +0100)]
pptp-linux: don't install man page

We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiostat: remove legacy code
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:21 +0000 (15:18 +0100)]
iostat: remove legacy code

Some custom iostat-source target was mistakenly left in place when the
iostat package was migrated to gentargets in commit
ee77963588b09babfd71befb0b5eb9fd1e776bbc, back 4 years ago. This
commit removes this unnecessary custom target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiostat: ensure binary gets installed with proper permissions
Peter Korsgaard [Mon, 1 Dec 2014 22:16:45 +0000 (23:16 +0100)]
iostat: ensure binary gets installed with proper permissions

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoiostat: don't install man page
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:20 +0000 (15:18 +0100)]
iostat: don't install man page

We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotree: don't install man page
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:19 +0000 (15:18 +0100)]
tree: don't install man page

We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agondisc6: remove man page related code
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:18 +0000 (15:18 +0100)]
ndisc6: remove man page related code

The target-finalize target takes care of removing
$(TARGET_DIR)/usr/share/man, so there's no point in having package
specific code doing this.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowipe: ensure binary gets installed with proper permissions
Peter Korsgaard [Mon, 1 Dec 2014 22:08:46 +0000 (23:08 +0100)]
wipe: ensure binary gets installed with proper permissions

Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowipe: don't install man pages
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:17 +0000 (15:18 +0100)]
wipe: don't install man pages

We don't support installing documentation on the target, so there's no
point in having explicit code to do so.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosnowball-init: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:16 +0000 (15:18 +0100)]
snowball-init: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agompd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:15 +0000 (15:18 +0100)]
mpd: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoat: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:14 +0000 (15:18 +0100)]
at: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotinyhttpd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:13 +0000 (15:18 +0100)]
tinyhttpd: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoopenvpn: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:12 +0000 (15:18 +0100)]
openvpn: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotftpd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:11 +0000 (15:18 +0100)]
tftpd: use <pkg>_INSTALL_INIT_SYSV mechanism

Also make sure we use a full path for the destination of the
$(INSTALL) command.

[Peter: use install -m as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoxapp_xdm: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:10 +0000 (15:18 +0100)]
xapp_xdm: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopango: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:09 +0000 (15:18 +0100)]
pango: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoolsr: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:08 +0000 (15:18 +0100)]
olsr: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogpsd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:07 +0000 (15:18 +0100)]
gpsd: use <pkg>_INSTALL_INIT_SYSV mechanism

Also makes the installation of the init script unconditional.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agomongoose: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:06 +0000 (15:18 +0100)]
mongoose: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agonetatalk: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:05 +0000 (15:18 +0100)]
netatalk: use <pkg>_INSTALL_INIT_SYSV mechanism

Also makes the installation of the init script unconditional.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agonfs-utils: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:04 +0000 (15:18 +0100)]
nfs-utils: use <pkg>_INSTALL_INIT_SYSV mechanism

Also move back the NFS_UTILS_INSTALL_FIXUP hook registration right
after the hook definition.

[Peter: use install -D as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoifplugd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:03 +0000 (15:18 +0100)]
ifplugd: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoinput-event-daemon: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:02 +0000 (15:18 +0100)]
input-event-daemon: use <pkg>_INSTALL_INIT_SYSV mechanism

Also makes the installation of the init script unconditional.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosamba: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:01 +0000 (15:18 +0100)]
samba: use <pkg>_INSTALL_INIT_SYSV mechanism

Also makes the installation of the init script unconditional.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoproftpd: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:18:00 +0000 (15:18 +0100)]
proftpd: use <pkg>_INSTALL_INIT_SYSV mechanism

Also use a complete destination path for the $(INSTALL) command.

[Peter: use install -D as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogdk-pixbuf: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:59 +0000 (15:17 +0100)]
gdk-pixbuf: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agostunnel: use the <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:58 +0000 (15:17 +0100)]
stunnel: use the <pkg>_INSTALL_INIT_SYSV mechanism

Since the existing STUNNEL_INSTALL_CONF_SCRIPT hook no longer installs
the init script, we rename it to STUNNEL_INSTALL_CONF.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoportmap: improve installation of binaries
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:57 +0000 (15:17 +0100)]
portmap: improve installation of binaries

This commit explicits the permissions with which executables are
installed, and also makes sure that the build is aborted if one of the
binaries cannot be installed, instead of silently ignoring the error.

[Peter: fixop typos in commit message as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoportmap: don't install manpages
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:56 +0000 (15:17 +0100)]
portmap: don't install manpages

We no longer support having documentation on the target, so there's no
point in carrying code to install man pages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoportmap: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:55 +0000 (15:17 +0100)]
portmap: use <pkg>_INSTALL_INIT_SYSV mechanism

We also switch to using a full destination path as the second argument
of $(INSTALL).

[Peter: use install -D as noted by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobusybox: use <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:54 +0000 (15:17 +0100)]
busybox: use <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agothttpd: use the <pkg>_INSTALL_INIT_SYSV mechanism
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:53 +0000 (15:17 +0100)]
thttpd: use the <pkg>_INSTALL_INIT_SYSV mechanism

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoradvd: use <pkg>_INSTALL_INIT_SYSV
Thomas Petazzoni [Sun, 30 Nov 2014 14:17:52 +0000 (15:17 +0100)]
radvd: use <pkg>_INSTALL_INIT_SYSV

This commit changes the radvd to use the <pkg>_INSTALL_INIT_SYSV
mechanism instead of using a post install target hook. We also use a
full destination path when calling $(INSTALL).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>