diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-17 22:24:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-17 22:24:07 +0000 |
commit | 64e654aeebc6ed77a55db584de6478e96b0092db (patch) | |
tree | aaa55f4060bc4ab7f535c9a84cdf4bf07a4d76ec /packages/lirc/lirc-modules_0.6.6+cvs20040918.bb | |
parent | b9bcfe56927ea14b91cc767a82d00ed6a819b281 (diff) |
lirc many versions: drop maintainership and remove obsolete versions
Diffstat (limited to 'packages/lirc/lirc-modules_0.6.6+cvs20040918.bb')
-rw-r--r-- | packages/lirc/lirc-modules_0.6.6+cvs20040918.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/lirc/lirc-modules_0.6.6+cvs20040918.bb b/packages/lirc/lirc-modules_0.6.6+cvs20040918.bb deleted file mode 100644 index a08d26e1dc..0000000000 --- a/packages/lirc/lirc-modules_0.6.6+cvs20040918.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -RDEPENDS = "kernel" -DEPENDS = "virtual/kernel" -PR = "r3" - -S = "${WORKDIR}/lirc" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/lirc;module=lirc;date=20040918;method=pserver \ -file://lirc_sir-sa1100.patch;patch=1" - -inherit autotools module-base - -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_simpad = " --with-driver=sa1100 --without-x" - -do_compile() { - cd drivers && oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" -} - -fakeroot do_install() { - oe_runmake -C drivers DESTDIR="${D}" moduledir="/lib/modules/${KERNEL_VERSION}/lirc" install - rm -rf ${D}/dev -} - -FILES_${PN}="/lib/modules" |