diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 17:00:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 17:00:19 +0000 |
commit | a752c3ece926d58575e610d3affea02decae860d (patch) | |
tree | 24e3a6158733ff941d10149989db5452a42be5d7 /lirc/lirc_0.6.6.oe | |
parent | 573cc9833f13048a75f4503b745cdde01d819c7d (diff) |
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
Diffstat (limited to 'lirc/lirc_0.6.6.oe')
-rw-r--r-- | lirc/lirc_0.6.6.oe | 5 |
1 files changed, 4 insertions, 1 deletions
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 <mickey@Vanille.de>" 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() { |