From: Koen Kooi Date: Thu, 22 Jan 2009 21:35:50 +0000 (+0100) Subject: lirc: disable parallel make and remove bogus machine overrides X-Git-Tag: Release-2010-05/1~4155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0202f85079b905994df9c6442ce24365908c8d;p=openembedded.git lirc: disable parallel make and remove bogus machine overrides --- diff --git a/packages/lirc/lirc-config.inc b/packages/lirc/lirc-config.inc index cb224ab73a..d5200fb461 100644 --- a/packages/lirc/lirc-config.inc +++ b/packages/lirc/lirc-config.inc @@ -1,13 +1,10 @@ EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} ${DRIVER}" +PARALLEL_MAKE = "" + DRIVER ?= "--with-driver=serial --with-driver=mceusb" # fails to build at the moment, re-enable later #DRIVER_collie = "--with-driver=sa1100" DRIVER_h3600 = "--with-driver=sa1100" DRIVER_simpad = "--with-driver=sa1100" DRIVER_nslu2 = "--with-driver=nslu2" -# XXX Why is X disabled on all these platforms anyway? -EXTRA_OECONF_append_collie = " --without-x" -EXTRA_OECONF_append_h3600 = " --without-x" -EXTRA_OECONF_append_simpad = " --without-x" -EXTRA_OECONF_append_nslu2 = " --without-x --with-transmitter --with-soft-carrier"