libusb: Update tp 0.1.5

Removed obsoleted patches

(From OE-Core rev: ed72e1867d517b99e60be66cb9f2318919c36056)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-06-11 23:00:49 -07:00 committed by Richard Purdie
parent 30b9076977
commit 941e31317e
3 changed files with 3 additions and 37 deletions

View File

@ -1,15 +0,0 @@
Upstream-Status: Backport
Index: libusb-compat-0.1.0-beta1/configure.ac
===================================================================
--- libusb-compat-0.1.0-beta1.orig/configure.ac 2008-07-21 13:14:42.000000000 +0200
+++ libusb-compat-0.1.0-beta1/configure.ac 2008-07-21 13:15:03.000000000 +0200
@@ -55,7 +55,7 @@
CFLAGS="$saved_cflags"
AC_DEFINE([API_EXPORTED], [__attribute__((visibility("default")))], [Default visibility])
-AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
+AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wshadow"
AC_SUBST(AM_CFLAGS)
AC_CONFIG_FILES([libusb.pc] [libusb-config] [Makefile] [libusb/Makefile] [examples/Makefile])

View File

@ -1,15 +0,0 @@
Upstream-Status: Submitted [https://libusb.org/ticket/161]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd libusb-compat-0.1.4/configure.ac libusb-compat-0.1.4/configure.ac
--- libusb-compat-0.1.4/configure.ac 2012-04-24 08:45:46.000000000 +0300
+++ libusb-compat-0.1.4/configure.ac 2013-01-02 16:41:30.440115202 +0200
@@ -1,7 +1,7 @@
AC_INIT([libusb-compat], [0.1.4])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ([2.50])

View File

@ -16,15 +16,11 @@ PROVIDES = "libusb virtual/libusb0"
BBCLASSEXTEND = "native nativesdk"
PE = "1"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \
file://obsolete_automake_macros.patch \
"
# file://0.1.0-beta1-gcc3.4-fix.patch"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2"
SRC_URI[md5sum] = "2ca521fffadd0c28fdf174e6ec73865b"
SRC_URI[sha256sum] = "ed5bdd160c7b01ef767fb931a81b454f46226d1e2cf58502ced758d3e5a9fdc4"
SRC_URI[md5sum] = "2780b6a758a1e2c2943bdbf7faf740e4"
SRC_URI[sha256sum] = "404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a"
inherit autotools pkgconfig binconfig lib_package