From dcc8534a229a446e521bbfc6e00867b4286bf322 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Nov 2004 02:33:33 +0000 Subject: Make lirc look at STAGING_KERNEL_DIR rather than KERNEL_SOURCE. BKrev: 419ab87dIF_WiLeV-H3kB6qc6-MwXQ --- lirc/lirc_0.6.6+cvs20040918.oe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lirc/lirc_0.6.6+cvs20040918.oe') 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"' -- cgit v1.2.3