summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* libxml2: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-5/+7
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libdnet: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpng: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-5/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiconv: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-9/+11
| | | | | | | In addition to that, remove useless stripping since it is done globally. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lite: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-7/+9
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dropbear: convert old-style hook and commands to new-styleThomas Petazzoni2010-09-121-20/+20
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk2: convert old-style hook to new-styleThomas Petazzoni2010-09-121-5/+7
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcurl: convert old-style hook to new-styleThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* liboil: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-5/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* usbutils: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-7/+23
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mysql_client: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shared-mime-info: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-7/+6
| | | | | | | | We don't want to use 'make DESTDIR=$(TARGET_DIR) install' as we only want the MIME database to be installed on the target. So we simply override the target installation command. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* freetype: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-7/+13
| | | | | | The strip of the library is also removed, since this is done globally. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl_sound: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-10/+13
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jpeg: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libidn: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-7/+13
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-7/+10
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba: convert old-style hooks to new-style hooksThomas Petazzoni2010-09-121-12/+17
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* taglib: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevent: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-6/+8
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libxslt: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-5/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libungif: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-6/+18
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tn5250: remove old-style hook usage and step overrideThomas Petazzoni2010-09-121-7/+8
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglade: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bind: remove old-style hook usage and step overrideThomas Petazzoni2010-09-121-9/+14
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* usbutils: bump to 0.90Marcus Osdoba2010-09-102-2/+2
| | | | | Signed-off-by: Marcus Osdoba <marcus.osdoba@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: Bump to 4.6.3Paul Jones2010-09-095-31/+13
| | | | | | | | Also add option to build example and demo code [Peter: fix patch handling] Signed-off-by: Paul Jones <paul@pauljones.id.au> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* berkeleydb: fix download urlGustavo Zacarias2010-09-072-3/+3
| | | | | | | Sleepycat is now owned by oracle so the old site is gone. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump to 1.4.9.1Gustavo Zacarias2010-09-072-2/+3
| | | | | | | Adds support for new kernel 2.6.35 features. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kismet: bump to 2010-07-R1Gustavo Zacarias2010-09-072-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openvpn: bump to 2.1.2Gustavo Zacarias2010-09-072-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: add option to disable reverse DNS lookupsPeter Korsgaard2010-09-063-1/+13
| | | | | | | | Add option to disable reverse DNS lookups on client connection, as connections otherwise stall until DNS times out in configurations without working reverse DNS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>