[oe-commits] Koen Kooi : lirc: disable parallel make and remove bogus machine overrides

GIT User account git at amethyst.openembedded.net
Thu Jan 22 21:37:47 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1f0202f85079b905994df9c6442ce24365908c8d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f0202f85079b905994df9c6442ce24365908c8d

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 22 22:35:50 2009 +0100

lirc: disable parallel make and remove bogus machine overrides

---

 packages/lirc/lirc-config.inc |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/packages/lirc/lirc-config.inc b/packages/lirc/lirc-config.inc
index cb224ab..d5200fb 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"





More information about the Openembedded-commits mailing list