diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-22 22:35:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-22 22:35:50 +0100 |
commit | 1f0202f85079b905994df9c6442ce24365908c8d (patch) | |
tree | 4b0590f3eed5e3e6e2d0ae09433aa884a1f9dfca /packages/lirc | |
parent | 15cf3a07de1af0370093c1bafab33b63f89ddf79 (diff) |
lirc: disable parallel make and remove bogus machine overrides
Diffstat (limited to 'packages/lirc')
-rw-r--r-- | 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 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" |