summaryrefslogtreecommitdiff
path: root/package/libusb
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-05libusb: use 0.1.12-10 from snapshot.debian.netPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-06-13Publish $(LIBTOOL) variable and use it in the libusb dependencies, so thatHamish Moffatt
libusb isn't rebuilt every time.
2008-06-13libusb: bump patch versionPeter Korsgaard
2008-06-13libusb: depend on actual host-libtool binaryPeter 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-13Fix missing libtool when building libusbHamish Moffatt
2008-05-28Fix dependencies to enable autoreconf, without rebuilding every timeHamish Moffatt
2008-05-28Fix dependency on host-autoconfHamish Moffatt
2008-03-27libusb: correctly install into STAGING_DIR/usrPeter Korsgaard
Closes #2494
2008-02-18Update diff version."Steven J. Hill"
2008-02-15libusb: install into target with cp instead of install to preserve symlinksPeter Korsgaard
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-11-09fix libusb autoconf scripts for armebIvan Kuten
2007-11-09remove g++ dependency from libusbIvan 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-25Build libusb without annoying tests, breaking the buildUlf Samuelsson
2007-09-20- fix source location of libusb libsBernhard Reutner-Fischer
2007-08-31- need to touch the tarballBernhard 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-20SED away some whitespaceUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-07-16Avoid repeated rebuild of libusbUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf 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_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-07Major clean-up."Steven J. Hill"
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-21- remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer
2007-01-14fixup 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 targetsBernhard 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-14832: Bump libusb package to v0.1.12Eric Andersen
2006-04-14bug 834: libusb: build fix: set big/little endianEric Andersen
The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling)
2005-12-13import libusb packageMike Frysinger