From: Frans Meulenbroeks Date: Sun, 18 Jan 2009 19:26:18 +0000 (+0100) Subject: lirc: changed config to build serial and mceusb; building more modules at the same... X-Git-Tag: Release-2010-05/1~4239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b635c02c18b1a8dec7871ccf2ed061cd4df7b4;p=openembedded.git lirc: changed config to build serial and mceusb; building more modules at the same time seems not possible --- diff --git a/packages/lirc/lirc-config.inc b/packages/lirc/lirc-config.inc index 5a2cd83cc0..cb224ab73a 100644 --- a/packages/lirc/lirc-config.inc +++ b/packages/lirc/lirc-config.inc @@ -1,11 +1,11 @@ -EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=${DRIVER}" +EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} ${DRIVER}" -DRIVER ?= "serial mceusb mceusb2" +DRIVER ?= "--with-driver=serial --with-driver=mceusb" # fails to build at the moment, re-enable later -#DRIVER_collie = "sa1100" -DRIVER_h3600 = "sa1100" -DRIVER_simpad = "sa1100" -DRIVER_nslu2 = "nslu2" +#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"