mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
12
meta/packages/lirc/lirc-config.inc
Normal file
12
meta/packages/lirc/lirc-config.inc
Normal file
@@ -0,0 +1,12 @@
|
||||
EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=${DRIVER}"
|
||||
|
||||
DRIVER ?= "serial"
|
||||
DRIVER_collie = "sa1100"
|
||||
DRIVER_h3600 = "sa1100"
|
||||
DRIVER_simpad = "sa1100"
|
||||
DRIVER_nslu2 = "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"
|
||||
Reference in New Issue
Block a user