diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-28 15:38:09 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-28 15:38:09 +0100 |
| commit | 20aebd5f9145effd92118346b6131fbc37f20665 (patch) | |
| tree | 3663afd3ace4744fcac86a70f49f1ef26a3c511b /recipes-support | |
| parent | cf8dde7533ce9afb82bce170d10c1b0e8bf1b8b7 (diff) | |
| download | meta-openembedded-20aebd5f9145effd92118346b6131fbc37f20665.tar.gz | |
libusb1: no functional changes compared to yocto, so drop
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/libusb/libusb1_1.0.8.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-support/libusb/libusb1_1.0.8.bb b/recipes-support/libusb/libusb1_1.0.8.bb deleted file mode 100644 index 0770d81049..0000000000 --- a/recipes-support/libusb/libusb1_1.0.8.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "library to provide userspace access to USB devices" | ||
| 2 | HOMEPAGE = "http://libusb.sf.net" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPLv2.1+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | ${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2;name=tar \ | ||
| 11 | " | ||
| 12 | S = "${WORKDIR}/libusb-${PV}" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--disable-build-docs" | ||
| 17 | |||
| 18 | SRC_URI[tar.md5sum] = "37d34e6eaa69a4b645a19ff4ca63ceef" | ||
| 19 | SRC_URI[tar.sha256sum] = "21d0d3a5710f7f4211c595102c6b9eccb42435a17a4f5bd2c3f4166ab1badba9" | ||
