Make lirc look at STAGING_KERNEL_DIR rather than KERNEL_SOURCE.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:33:33 +0000 (02:33 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:33:33 +0000 (02:33 +0000)
BKrev: 419ab87dIF_WiLeV-H3kB6qc6-MwXQ

lirc/lirc-modules_0.6.6+cvs20040918.oe
lirc/lirc-modules_0.6.6.oe
lirc/lirc_0.6.6+cvs20040918.oe
lirc/lirc_0.6.6.oe

index 8a20f98..fd1e45f 100644 (file)
@@ -12,14 +12,14 @@ SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/lirc;module=lirc;date=200
 
 inherit autotools module-base
 
-EXTRA_OECONF = "--with-kerneldir=${KERNEL_SOURCE}"
+EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR}"
 EXTRA_OECONF_append_epia = " --with-driver=serial"
 EXTRA_OECONF_append_collie = " --with-driver=sa1100 --without-x"
 EXTRA_OECONF_append_h3600 = " --with-driver=sa1100 --without-x"
 EXTRA_OECONF_append_beagle = " --with-driver=sa1100 --without-x"
 EXTRA_OECONF_append_simpad = " --with-driver=sa1100 --without-x"
 
-export TOPDIR = "${KERNEL_SOURCE}"
+export TOPDIR = "${STAGING_KERNEL_DIR}"
 
 do_compile() {
        cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}"
index 77c11e1..2a63719 100644 (file)
@@ -11,12 +11,12 @@ S = "${WORKDIR}/lirc-${PV}"
 
 inherit autotools module-base
 
-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_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"
 
-export TOPDIR = "${KERNEL_SOURCE}"
+export TOPDIR = "${STAGING_KERNEL_DIR}"
 
 do_compile() {
        cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}"
index 3278dce..865bba5 100644 (file)
@@ -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"'
 
index 9a8a76c..4c8c659 100644 (file)
@@ -12,11 +12,11 @@ S = "${WORKDIR}/lirc-${PV}"
 
 inherit autotools module-base
 
-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"'