summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dmraid: fix init scriptPeter Korsgaard2010-09-162-5/+5
| | | | | | | Init scripts are only run if they are prefixed with S??, and dmraid gets installed into /usr/sbin, not /sbin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_sound: cleanup uninstall handlingPeter Korsgaard2010-09-161-5/+1
| | | | | | | SDL_SOUND_SUBDIR doesn't exist, so the staging uninstall handling is equivalent to the default one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/remove-oldstyle-hooks' of ↵Peter Korsgaard2010-09-1675-645/+723
|\ | | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * infrastructure: remove support for old style hooksThomas Petazzoni2010-09-121-27/+6
| | | | | | | | | | | | | | | | Now that all old-style hooks occurences have been converted to new-style hooks, let's get rid of the code needed to support old-style hooks from the package infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * which: remove useless strippingThomas Petazzoni2010-09-121-4/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * udpcast: actually use the hooksThomas Petazzoni2010-09-121-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * tcpdump: remove useless strippingThomas Petazzoni2010-09-121-5/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * strace: convert to new style hookThomas Petazzoni2010-09-121-6/+12
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * radvd: convert to new style hookThomas Petazzoni2010-09-121-4/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * pcre: convert to new style hookThomas Petazzoni2010-09-121-6/+12
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * neon: remove useless strippingThomas Petazzoni2010-09-121-7/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * nbd: use new style hookThomas Petazzoni2010-09-121-6/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * speex: convert to new style hookThomas Petazzoni2010-09-121-10/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * metacity: use new style hookThomas Petazzoni2010-09-121-4/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libpcap: remove useless strippingThomas Petazzoni2010-09-121-7/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * kexec: convert to new style hookThomas Petazzoni2010-09-121-8/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * ifplugd: convert to new style hookThomas Petazzoni2010-09-121-9/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * haserl: convert to new style hookThomas Petazzoni2010-09-121-5/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * gvfs: convert to new style hook, remove useless strippingThomas Petazzoni2010-09-121-8/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * expat: remove useless post install stripping hookThomas Petazzoni2010-09-121-4/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * docker: remove useless post install stripping hookThomas Petazzoni2010-09-121-4/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * dbus: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-14/+23
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * ntfsprogs: use correct step override methodThomas Petazzoni2010-09-121-22/+4
| | | | | | | | | | | | | | The target installation step is removed, as the default 'make install' already does the correct thing. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * openvpn: use correct step override methodThomas Petazzoni2010-09-121-9/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * iptables: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-9/+19
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * less: use correct step override methodThomas Petazzoni2010-09-121-10/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * mdadm: use correct step override methodThomas Petazzoni2010-09-121-4/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * prboom: use correctly the autotargets infrastructrureThomas Petazzoni2010-09-121-31/+18
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * openntpd: use correct step override methodThomas Petazzoni2010-09-121-5/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * nano: use correct step override methodThomas Petazzoni2010-09-121-10/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * sqlite: use correct step override methodThomas Petazzoni2010-09-121-5/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * hostapd: use correct step override methodThomas Petazzoni2010-09-121-35/+43
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * netperf: use correct step override methodThomas Petazzoni2010-09-121-10/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * lighttpd: use correct step override methodThomas Petazzoni2010-09-121-5/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * gawk: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-8/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * kismet: use correct step override methodThomas Petazzoni2010-09-121-8/+22
| |
| * alsa-lib: use correct step override methodThomas Petazzoni2010-09-121-4/+5
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * dmraid: remove useless strip and use correct step override methodThomas Petazzoni2010-09-121-17/+7
| | | | | | | | | | | | | | | | For the target installation step, do not rely on the package being installed in the staging directory, as it may not be true. So the dmraid binary is directly taken from the build directory. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libnl: remove useless strip and use correct step overrideThomas Petazzoni2010-09-121-9/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * bmon: use correct way of overriding stepsThomas Petazzoni2010-09-121-5/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * ncftp: use correct way of overriding stepsThomas Petazzoni2010-09-121-14/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * oprofile: use correct way of overriding stepsThomas Petazzoni2010-09-121-12/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * at: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-7/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * bridge: remove useless strip and use correct definition for uninstallThomas Petazzoni2010-09-121-13/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * tiff: use correct construct to override target installationThomas Petazzoni2010-09-121-6/+4
| | | | | | | | | | | | We also remove the stripping, as it is already done globally. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * squid: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * wpa_supplicant: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-33/+51
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xlib_libX11: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-7/+11
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * e2fsprogs: convert old-style hooks to new-style hookThomas Petazzoni2010-09-121-19/+42
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * openssh: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>