From patchwork Wed Sep 5 14:02:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] libplist: issues with parallel make so disable Date: Wed, 05 Sep 2012 14:02:28 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 35941 Message-Id: <1346853750-503-1-git-send-email-ml@communistcode.co.uk> To: openembedded-devel@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb index 9c218fb..5356431 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ DEPENDS = "libxml2 glib-2.0 swig python" +PARALLEL_MAKE = "" + inherit cmake pkgconfig SRC_URI = "http://www.libimobiledevice.org/downloads/libplist-${PV}.tar.bz2"