summaryrefslogtreecommitdiffstats
path: root/package/libusb
Commit message (Collapse)AuthorAgeFilesLines
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-142-1/+2
|
* Publish $(LIBTOOL) variable and use it in the libusb dependencies, so thatHamish Moffatt2008-06-131-1/+1
| | | | libusb isn't rebuilt every time.
* libusb: bump patch versionPeter Korsgaard2008-06-131-1/+1
|
* libusb: depend on actual host-libtool binaryPeter Korsgaard2008-06-131-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 libusbHamish Moffatt2008-06-131-1/+1
|
* Fix dependencies to enable autoreconf, without rebuilding every timeHamish Moffatt2008-05-281-1/+1
|
* Fix dependency on host-autoconfHamish Moffatt2008-05-281-2/+2
|
* libusb: correctly install into STAGING_DIR/usrPeter Korsgaard2008-03-271-4/+4
| | | | Closes #2494
* Update diff version."Steven J. Hill"2008-02-181-1/+1
|
* libusb: install into target with cp instead of install to preserve symlinksPeter Korsgaard2008-02-151-2/+1
|
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* fix libusb autoconf scripts for armebIvan Kuten2007-11-091-1/+3
|
* remove g++ dependency from libusbIvan Kuten2007-11-091-0/+20
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Build libusb without annoying tests, breaking the buildUlf Samuelsson2007-09-251-0/+3
|
* - fix source location of libusb libsBernhard Reutner-Fischer2007-09-201-3/+3
|
* - need to touch the tarballBernhard Reutner-Fischer2007-08-311-0/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - pull in patches from debian.Bernhard Reutner-Fischer2007-08-211-10/+18
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-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 whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-1/+1
|
* Avoid repeated rebuild of libusbUlf Samuelsson2007-07-161-2/+5
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-1/+1
| | | | Fixes build breakage as seen by Ulf et al.
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-9/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Major clean-up."Steven J. Hill"2007-05-071-9/+14
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-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 targetsBernhard Reutner-Fischer2007-01-031-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-Fischer2006-10-011-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.12Eric Andersen2006-04-141-1/+1
|
* bug 834: libusb: build fix: set big/little endianEric Andersen2006-04-141-0/+7
| | | | | The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling)
* import libusb packageMike Frysinger2005-12-132-0/+66