summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-04-20 15:26:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-21 10:26:12 +0200
commit0a38210dad3d89ee081cd621c96b5fde39e53fa9 (patch)
tree88dd5a430120e89cf7b732b9fd383ce529d68a03
parenta50d6ff779e13d06985e0ff506fc870eb647cf44 (diff)
downloadptxdist-0a38210dad3d89ee081cd621c96b5fde39e53fa9.tar.gz
ptxdist-0a38210dad3d89ee081cd621c96b5fde39e53fa9.tar.xz
libusb: rename libusbx to libusb
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch (renamed from patches/libusbx-1.0.18/0001-libusbx-libusb-needs-librt-and-libpthread.patch)13
-rw-r--r--patches/libusb-1.0.18/series1
-rw-r--r--patches/libusbx-1.0.18/series1
-rw-r--r--rules/libusb.make6
4 files changed, 10 insertions, 11 deletions
diff --git a/patches/libusbx-1.0.18/0001-libusbx-libusb-needs-librt-and-libpthread.patch b/patches/libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch
index 2ee3f7275..2d0ebb560 100644
--- a/patches/libusbx-1.0.18/0001-libusbx-libusb-needs-librt-and-libpthread.patch
+++ b/patches/libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch
@@ -1,10 +1,9 @@
-From e5c3ffc155a33a9d8f97dc1524be9a776d4ed656 Mon Sep 17 00:00:00 2001
+From 57ec2296445225a11706b1a1eaae56b37a06c9eb Mon Sep 17 00:00:00 2001
From: Alexander Aring <alex.aring@gmail.com>
Date: Fri, 28 Mar 2014 12:04:23 +0100
-Subject: [PATCH] libusbx: libusb needs librt and libpthread
+Subject: [PATCH] libusb: needs librt and libpthread
-This patch is taken from the old libusb package and changes to apply the
-libusbx package. Original commit msg from patch is:
+Original commit msg from older libusb package:
Add missing dependencies.
@@ -19,11 +18,11 @@ Signed-off-by: Alexander Aring <alex.aring@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in
-index 7bc33c1..0c6fea7 100644
+index aa023b3..eded053 100644
--- a/libusb-1.0.pc.in
+++ b/libusb-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
- Name: libusbx-1.0
+ Name: libusb-1.0
Description: C API for USB device access from Linux, Mac OS X, Windows and OpenBSD/NetBSD userspace
Version: @VERSION@
-Libs: -L${libdir} -lusb-1.0
@@ -31,5 +30,5 @@ index 7bc33c1..0c6fea7 100644
Libs.private: @LIBS@
Cflags: -I${includedir}/libusb-1.0
--
-1.9.1
+1.9.2
diff --git a/patches/libusb-1.0.18/series b/patches/libusb-1.0.18/series
new file mode 100644
index 000000000..ea8d389a3
--- /dev/null
+++ b/patches/libusb-1.0.18/series
@@ -0,0 +1 @@
+0001-libusb-needs-librt-and-libpthread.patch
diff --git a/patches/libusbx-1.0.18/series b/patches/libusbx-1.0.18/series
deleted file mode 100644
index 4284244b6..000000000
--- a/patches/libusbx-1.0.18/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-libusbx-libusb-needs-librt-and-libpthread.patch
diff --git a/rules/libusb.make b/rules/libusb.make
index addc4d8fe..0699cc124 100644
--- a/rules/libusb.make
+++ b/rules/libusb.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_LIBUSB) += libusb
# Paths and names
#
LIBUSB_VERSION := 1.0.18
-LIBUSB_MD5 := f2ccd0589dde901dfd5607459f77bf44
-LIBUSB := libusbx-$(LIBUSB_VERSION)
+LIBUSB_MD5 := 4a6d049923efc6496f1d383054dac1a6
+LIBUSB := libusb-$(LIBUSB_VERSION)
LIBUSB_SUFFIX := tar.bz2
-LIBUSB_URL := $(call ptx/mirror, SF, libusbx/$(LIBUSB).$(LIBUSB_SUFFIX))
+LIBUSB_URL := $(call ptx/mirror, SF, libusb/$(LIBUSB).$(LIBUSB_SUFFIX))
LIBUSB_SOURCE := $(SRCDIR)/$(LIBUSB).$(LIBUSB_SUFFIX)
LIBUSB_DIR := $(BUILDDIR)/$(LIBUSB)
LIBUSB_LICENSE := LGPLv2.1