Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | libusb: depend on actual host-libtool binary | Peter Korsgaard | |
We need to depend on the actual host-libtool binary instead of the phony host-libtool as libusb otherwise will get recompiled every time. | |||
2008-06-13 | Fix missing libtool when building libusb | Hamish Moffatt | |
2008-05-28 | Fix dependencies to enable autoreconf, without rebuilding every time | Hamish Moffatt | |
2008-05-28 | Fix dependency on host-autoconf | Hamish Moffatt | |
2008-03-27 | libusb: correctly install into STAGING_DIR/usr | Peter Korsgaard | |
Closes #2494 | |||
2008-02-18 | Update diff version. | "Steven J. Hill" | |
2008-02-15 | libusb: install into target with cp instead of install to preserve symlinks | Peter Korsgaard | |
2007-12-27 | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | |
2007-11-09 | fix libusb autoconf scripts for armeb | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-25 | Build libusb without annoying tests, breaking the build | Ulf Samuelsson | |
2007-09-20 | - fix source location of libusb libs | Bernhard Reutner-Fischer | |
2007-08-31 | - need to touch the tarball | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | - pull in patches from debian. | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e ↵ | Bernhard Reutner-Fischer | |
"/\-[[: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 | |||
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-07-16 | Avoid repeated rebuild of libusb | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-09 | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | |
Fixes build breakage as seen by Ulf et al. | |||
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-05-07 | Major clean-up. | "Steven J. Hill" | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-21 | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
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 | |||
2007-01-03 | - add missing package-source targets | Bernhard Reutner-Fischer | |
- add missing dependencies to build prerequisites in the config system | |||
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-04-14 | 832: Bump libusb package to v0.1.12 | Eric Andersen | |
2006-04-14 | bug 834: libusb: build fix: set big/little endian | Eric Andersen | |
The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling) | |||
2005-12-13 | import libusb package | Mike Frysinger | |