summaryrefslogtreecommitdiff
path: root/lirc/lirc_0.6.6.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-05 11:35:30 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-05 11:35:30 +0000
commit9e07751bbfff494a3e3ea1b622112cfcffe69a69 (patch)
treebe556d23c4fa9425642e4233ae6ae90e11210436 /lirc/lirc_0.6.6.oe
parent6ac49090d6253e542ecb58a3a051ca344a68ba9e (diff)
add module-base which sets variables. module now inherits module-base. inherit module-base when you build packages which need to know about kernel variables.
BKrev: 41121b82qghzmTY7limvubwIaCIvkQ
Diffstat (limited to 'lirc/lirc_0.6.6.oe')
-rw-r--r--lirc/lirc_0.6.6.oe15
1 files changed, 5 insertions, 10 deletions
diff --git a/lirc/lirc_0.6.6.oe b/lirc/lirc_0.6.6.oe
index d877b4642d..0764df0da4 100644
--- a/lirc/lirc_0.6.6.oe
+++ b/lirc/lirc_0.6.6.oe
@@ -9,17 +9,12 @@ DEPENDS = "virtual/kernel"
SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz"
S = "${WORKDIR}/lirc-${PV}"
-inherit autotools
+inherit autotools module-base
-KERNEL_VERSION = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-abiversion')}
-KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')}
-KERNEL_PATH = "${STAGING_LIBDIR}/../kernel"
-
-#FIXME: Caution: EXTRA_OECONF is arm-specific!
-
-EXTRA_OECONF = "--with-kerneldir=${KERNEL_SOURCE} \
- --with-driver=sa1100 \
- --without-x"
+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_OEMAKE = 'SUBDIRS="daemons tools"'