From a752c3ece926d58575e610d3affea02decae860d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 18 Sep 2004 17:00:19 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into stealth.(none):/home/pb/oe/oe-packages 2004/09/18 17:59:53+01:00 (none)!pb add epia support. install headers into STAGING_INCDIR/lirc BKrev: 414c69a3J82xiAHEYPBMjXeE4tUDjg --- lirc/lirc_0.6.6.oe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lirc/lirc_0.6.6.oe b/lirc/lirc_0.6.6.oe index 0ed44a2d61..4a733b5285 100644 --- a/lirc/lirc_0.6.6.oe +++ b/lirc/lirc_0.6.6.oe @@ -5,12 +5,14 @@ MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "linux-${KERNEL_VERSION} lirc-modules-${KERNEL_VERSION}" DEPENDS = "virtual/kernel" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz" 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" @@ -20,7 +22,8 @@ EXTRA_OEMAKE = 'SUBDIRS="daemons tools"' do_stage() { oe_libinstall -so -C tools liblirc_client ${STAGING_LIBDIR} - install -m 0644 tools/lirc_client.h ${STAGING_INCDIR}/ + install -d ${STAGING_INCDIR}/lirc/ + install -m 0644 tools/lirc_client.h ${STAGING_INCDIR}/lirc/ } do_install() { -- cgit v1.2.3