From: Michael Lauer Date: Sat, 23 Jul 2005 19:02:00 +0000 (+0000) Subject: libusb: disable parallel make to fix compiling X-Git-Tag: Release-2010-05/1~9453^2~4083 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf7dfdc769a93e1128428c3c3a96861cd97da25;p=openembedded.git libusb: disable parallel make to fix compiling --- 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() {