aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libusb/libusb-compat_0.1.2.bb
blob: 6de1d482ff213fa27c46dee22617f59c7f231def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "libusb-0 compatibility library using libusb-1"
HOMEPAGE = "http://libusb.sf.net"
SECTION = "libs"
LICENSE = "LGPLv2.1"
PROVIDES = "virtual/libusb0"
PE = "1"
PR = "r0"

DEPENDS = "libusb1"

SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2"
SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;patch=1"

inherit autotools_stage binconfig lib_package

AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = "--disable-build-docs"