Commit Graph

29 Commits

Author SHA1 Message Date
cbc463f1c3 [packages] libusb libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 20:37:10 +00:00
nbd
1037173cbc libusb: split off libusbpp into a separate package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 17:04:57 +00:00
nbd
4f27cb367d libusb: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 22:46:28 +00:00
jow
2f9a65fa97 [packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 21:18:33 +00:00
a7f4619820 [package] libusb: prevent building unused stuff
This patch prevents the processing of the 'doc' and 'tests'
subdirectories of the libusb package. Since the result of building these
directories is never included in the ipkg package, omitting them saves
compilation time and avoids possible errors if building the docs fails
because of some openjade error (as it happened in my case).

This is my first contribution to the list, so please tell me if
something's wrong or if I could do smth better next time :-)

Signed-off-by: Joachim Schlipper <jschlipper@gmx.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-09 20:36:29 +00:00
jow
fad39874c5 [packages] libusb: resolve recursive dependency error in m4 macros
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-11 02:31:45 +00:00
3e20150761 [package] add two debian patches against libusb, thanks neomilium
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 08:42:10 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
1d69650934 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep
symlinks either use $(CP) or create them manually.
Fixes #4399


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-04 00:06:33 +00:00
7222b345fe Fix libusb install.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-31 14:59:32 +00:00
nbd
7098f552ac place the static version of libusb into the staging dir - fixes dfu-util compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-13 15:42:09 +00:00
a6fb226d7c Add libtool fixup to libusb.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-08 18:01:24 +00:00
2e53cd3a51 Install libusb-config to $(STAGING_DIR)/host/bin rather then
$(STAGING_DIR)/usr/bin.
sispmctl doesn't need help finding libusb-config anymore.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@12906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-08 16:19:02 +00:00
nbd
b0190e566b enable $(FPIC) for a few more packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 22:43:15 +00:00
74dc198393 Makefile cleanups, round 5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 22:03:15 +00:00
nbd
bf06dbb788 remove UninstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:59:55 +00:00
nbd
e296673ba6 packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@9695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 18:59:01 +00:00
0550a9ac78 remove PKG_CAT from packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:46:37 +00:00
1120328d15 InstallDev should be using (1) and not (STAGING_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 03:20:26 +00:00
ef6b16d4d5 added our own pkg-config wrapper, making the sed foo on *.pc files obselete 2/2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-06 23:51:22 +00:00
14c1a8db5f patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-05 01:34:12 +00:00
463491374e update libusb to 0.1.12 and usbutils to 0.72
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 09:12:30 +00:00
447e620e40 Rename patches to match conventions, second round; *ouch*
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-11 17:28:45 +00:00
nbd
c0e5247848 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
d1cac1e535 use Build/Configure/Default macro, Makefile cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-28 22:43:08 +00:00
nbd
00c32b752c cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19 15:26:14 +00:00
nbd
51400d7b1b remove more bogus -j1 options from make calls
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-18 22:12:51 +00:00
mbm
bb1bf2edb5 add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 03:28:27 +00:00
188fc001cf port libusb to buildroot-ng
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-22 16:41:05 +00:00