[oe-commits] Frans Meulenbroeks : lirc: changed config to build serial and mceusb; building more modules at the same time seems not possible

GIT User account git at amethyst.openembedded.net
Mon Jan 19 18:44:53 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Jan 18 20:26:18 2009 +0100

lirc: changed config to build serial and mceusb; building more modules at the same time seems not possible

---

 packages/lirc/lirc-config.inc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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





More information about the Openembedded-commits mailing list