Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | libusb: use 0.1.12-10 from snapshot.debian.net | Peter Korsgaard | 2008-12-05 | 1 | -3/+2 |
| | |||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 1 | -1/+1 |
| | |||||
* | Publish $(LIBTOOL) variable and use it in the libusb dependencies, so that | Hamish Moffatt | 2008-06-13 | 1 | -1/+1 |
| | | | | libusb isn't rebuilt every time. | ||||
* | libusb: bump patch version | Peter Korsgaard | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | libusb: depend on actual host-libtool binary | Peter Korsgaard | 2008-06-13 | 1 | -1/+1 |
| | | | | | We need to depend on the actual host-libtool binary instead of the phony host-libtool as libusb otherwise will get recompiled every time. | ||||
* | Fix missing libtool when building libusb | Hamish Moffatt | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | Fix dependencies to enable autoreconf, without rebuilding every time | Hamish Moffatt | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | Fix dependency on host-autoconf | Hamish Moffatt | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | libusb: correctly install into STAGING_DIR/usr | Peter Korsgaard | 2008-03-27 | 1 | -4/+4 |
| | | | | Closes #2494 | ||||
* | Update diff version. | "Steven J. Hill" | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | libusb: install into target with cp instead of install to preserve symlinks | Peter Korsgaard | 2008-02-15 | 1 | -2/+1 |
| | |||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | fix libusb autoconf scripts for armeb | Ivan Kuten | 2007-11-09 | 1 | -1/+3 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Build libusb without annoying tests, breaking the build | Ulf Samuelsson | 2007-09-25 | 1 | -0/+3 |
| | |||||
* | - fix source location of libusb libs | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -3/+3 |
| | |||||
* | - need to touch the tarball | Bernhard Reutner-Fischer | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - pull in patches from debian. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -10/+18 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Avoid repeated rebuild of libusb | Ulf Samuelsson | 2007-07-16 | 1 | -2/+5 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+1 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -9/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Major clean-up. | "Steven J. Hill" | 2007-05-07 | 1 | -9/+14 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -0/+2 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | 832: Bump libusb package to v0.1.12 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | bug 834: libusb: build fix: set big/little endian | Eric Andersen | 2006-04-14 | 1 | -0/+7 |
| | | | | | The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling) | ||||
* | import libusb package | Mike Frysinger | 2005-12-13 | 1 | -0/+59 |