libusb: Tweak libtool 2.2.2 fix

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4280 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-16 09:13:14 +00:00
parent 8c47575da1
commit 7818320ff9
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Index: libusb-0.1.12/configure.in
# Checks for programs.
-AC_LANG_CPLUSPLUS
+LT_LANG(C++)
+AC_PROG_CXX
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL

View File

@ -3,10 +3,10 @@ access to USB devices."
HOMEPAGE = "http://libusb.sf.net"
SECTION = "libs"
LICENSE = "LGPL"
PR = "r3"
PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz"
# file://configure_fix.patch;patch=1
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
file://configure_fix.patch;patch=1"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libusb"