diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:33:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:33:33 +0000 |
commit | dcc8534a229a446e521bbfc6e00867b4286bf322 (patch) | |
tree | ed6119b2d9eab114b31cbe1123fbfd2248a53802 /lirc/lirc_0.6.6+cvs20040918.oe | |
parent | 0b0e90b18240822bc86de87a2bd08caf65e79f6b (diff) |
Make lirc look at STAGING_KERNEL_DIR rather than KERNEL_SOURCE.
BKrev: 419ab87dIF_WiLeV-H3kB6qc6-MwXQ
Diffstat (limited to 'lirc/lirc_0.6.6+cvs20040918.oe')
-rw-r--r-- | lirc/lirc_0.6.6+cvs20040918.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lirc/lirc_0.6.6+cvs20040918.oe b/lirc/lirc_0.6.6+cvs20040918.oe index 3278dcea3a..865bba5abe 100644 --- a/lirc/lirc_0.6.6+cvs20040918.oe +++ b/lirc/lirc_0.6.6+cvs20040918.oe @@ -17,11 +17,11 @@ inherit autotools module-base update-rc.d INITSCRIPT_NAME = "lirc" INITSCRIPT_PARAMS = "defaults 20" -EXTRA_OECONF_epia = "--with-kerneldir=${KERNEL_SOURCE} --with-driver=serial" -EXTRA_OECONF_collie = "--with-kerneldir=${KERNEL_SOURCE} --with-driver=sa1100 --without-x" -EXTRA_OECONF_h3600 = "--with-kerneldir=${KERNEL_SOURCE} --with-driver=sa1100 --without-x" -EXTRA_OECONF_beagle = "--with-kerneldir=${KERNEL_SOURCE} --with-driver=sa1100 --without-x" -EXTRA_OECONF_simpad = "--with-kerneldir=${KERNEL_SOURCE} --with-driver=sa1100 --without-x" +EXTRA_OECONF_epia = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=serial" +EXTRA_OECONF_collie = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x" +EXTRA_OECONF_h3600 = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x" +EXTRA_OECONF_beagle = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x" +EXTRA_OECONF_simpad = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=sa1100 --without-x" EXTRA_OEMAKE = 'SUBDIRS="daemons tools"' |