mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
741d7a4eac
* this can be made into a bbappend file with just the PROVIDES line later Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
24 lines
718 B
BlitzBasic
24 lines
718 B
BlitzBasic
DESCRIPTION = "libusb-0 compatibility library using libusb-1"
|
|
HOMEPAGE = "http://libusb.sf.net"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423"
|
|
|
|
PROVIDES = "virtual/libusb0"
|
|
PE = "1"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "libusb1"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2;name=libusbcompat013tarbz2"
|
|
SRC_URI[libusbcompat013tarbz2.md5sum] = "570ac2ea085b80d1f74ddc7c6a93c0eb"
|
|
SRC_URI[libusbcompat013tarbz2.sha256sum] = "a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94"
|
|
|
|
SRC_URI_append_nylon = " file://gcc-3-compatibility.patch"
|
|
|
|
inherit autotools binconfig lib_package
|
|
|
|
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
|
EXTRA_OECONF = "--disable-build-docs"
|