summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/tinder.conf17
-rw-r--r--packages/libusb/libusb_0.1.10a.bb4
2 files changed, 20 insertions, 1 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf
new file mode 100644
index 0000000000..1d236b76b7
--- /dev/null
+++ b/conf/tinder.conf
@@ -0,0 +1,17 @@
+INHERIT += "tinderclient"
+
+# the name of the admin (e.g you)
+#TINDER_ADMIN = "you@yourhost"
+
+#Name of the client
+#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient"
+
+#TINDER_ERROR = "unix"
+#TINDER_VERBOSE_REPORT = "1"
+#TINDER_LOG = "${TMPDIR}/tinder.log"
+#TINDER_MAILTO = "tinderbox-oe@gmx.net"
+
+#the From: of the report mails
+#TINDER_FROM = "you@yourhost"
+#TINDER_REPORT = "1"
+
diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb
index 7f8fd42a4b..298eb5ee7f 100644
--- a/packages/libusb/libusb_0.1.10a.bb
+++ b/packages/libusb/libusb_0.1.10a.bb
@@ -2,13 +2,15 @@ DESCRIPTION = "libusb is a library to provide userspace \
access to USB devices."
SECTION = "libs"
LICENSE = "LGPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
file://debian-changes.patch;patch=1"
inherit autotools pkgconfig
+PARALLEL_MAKE = ""
+
EXTRA_OECONF = "--disable-build-docs"
do_stage() {