diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-03 21:04:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-03 21:04:39 +0000 |
commit | 41e110b86d7ece85d33014be4e689d41882b3f76 (patch) | |
tree | b9d8196ce77a463ba450351f6c7612f6599672e0 | |
parent | 38cfb0452694b87a063322e2fd51df68c246bb4b (diff) | |
parent | d71e04d940fab47142d18c6cf378cc1a42757564 (diff) |
merge of '10d887a6bc65bb22550e2964935e1dea718ab462'
and '5a0ba6276c9c5a55e17b2681a1d2220b37d09582'
-rw-r--r-- | packages/libusb/libusb_0.1.10a.bb | 9 | ||||
-rw-r--r-- | packages/libusb/libusb_0.1.12.bb | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb index b2c3e80979..a62d9ae83e 100644 --- a/packages/libusb/libusb_0.1.10a.bb +++ b/packages/libusb/libusb_0.1.10a.bb @@ -2,10 +2,11 @@ DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." SECTION = "libs" LICENSE = "LGPL" -PR = "r5" +PR = "r7" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ - file://debian-changes.patch;patch=1" + file://debian-changes.patch;patch=1" + S = "${WORKDIR}/libusb-${PV}" inherit autotools pkgconfig @@ -27,3 +28,7 @@ do_stage() { install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X done } + +PACKAGES =+ "libusbpp" + +FILES_libusbpp = "${libdir}/libusbpp*.so.*" diff --git a/packages/libusb/libusb_0.1.12.bb b/packages/libusb/libusb_0.1.12.bb index fca2509fc1..fea8e57ccf 100644 --- a/packages/libusb/libusb_0.1.12.bb +++ b/packages/libusb/libusb_0.1.12.bb @@ -3,9 +3,10 @@ access to USB devices." HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" LICENSE = "LGPL" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz" + S = "${WORKDIR}/libusb-${PV}" inherit autotools pkgconfig @@ -28,3 +29,6 @@ do_stage() { done } +PACKAGES =+ "libusbpp" + +FILES_libusbpp = "${libdir}/libusbpp*.so.*" |