summaryrefslogtreecommitdiff
path: root/lirc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-17 02:33:33 +0000
committerChris Larson <clarson@kergoth.com>2004-11-17 02:33:33 +0000
commitdcc8534a229a446e521bbfc6e00867b4286bf322 (patch)
treeed6119b2d9eab114b31cbe1123fbfd2248a53802 /lirc
parent0b0e90b18240822bc86de87a2bd08caf65e79f6b (diff)
Make lirc look at STAGING_KERNEL_DIR rather than KERNEL_SOURCE.
BKrev: 419ab87dIF_WiLeV-H3kB6qc6-MwXQ
Diffstat (limited to 'lirc')
-rw-r--r--lirc/lirc-modules_0.6.6+cvs20040918.oe4
-rw-r--r--lirc/lirc-modules_0.6.6.oe10
-rw-r--r--lirc/lirc_0.6.6+cvs20040918.oe10
-rw-r--r--lirc/lirc_0.6.6.oe10
4 files changed, 17 insertions, 17 deletions
diff --git a/lirc/lirc-modules_0.6.6+cvs20040918.oe b/lirc/lirc-modules_0.6.6+cvs20040918.oe
index 8a20f98a1a..fd1e45f51b 100644
--- a/lirc/lirc-modules_0.6.6+cvs20040918.oe
+++ b/lirc/lirc-modules_0.6.6+cvs20040918.oe
@@ -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}"
diff --git a/lirc/lirc-modules_0.6.6.oe b/lirc/lirc-modules_0.6.6.oe
index 77c11e18a0..2a63719dc7 100644
--- a/lirc/lirc-modules_0.6.6.oe
+++ b/lirc/lirc-modules_0.6.6.oe
@@ -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}"
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"'
diff --git a/lirc/lirc_0.6.6.oe b/lirc/lirc_0.6.6.oe
index 9a8a76c63b..4c8c6598c2 100644
--- a/lirc/lirc_0.6.6.oe
+++ b/lirc/lirc_0.6.6.oe
@@ -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"'