[oe-commits] Koen Kooi : lirc modules: add 20081230 cvs version

GIT User account git at amethyst.openembedded.net
Tue Dec 30 19:11:56 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dacc3538026bee2a98b3eb1d76544a8030e48a65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dacc3538026bee2a98b3eb1d76544a8030e48a65

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec 30 20:05:38 2008 +0100

lirc modules: add 20081230 cvs version

---

 packages/lirc/lirc-modules_0.8.3+cvs20081230.bb |   31 +++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/packages/lirc/lirc-modules_0.8.3+cvs20081230.bb b/packages/lirc/lirc-modules_0.8.3+cvs20081230.bb
new file mode 100644
index 0000000..7dfba0d
--- /dev/null
+++ b/packages/lirc/lirc-modules_0.8.3+cvs20081230.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls. This package contains the lirc kernel modules."
+SECTION = "base"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.lirc.org"
+LICENSE = "GPL"
+DEPENDS = "virtual/kernel fakeroot-native setserial"
+PR = "r0"
+
+SRCDATE=${@bb.data.getVar('PV', d, 1)[9:]}
+
+SRC_URI = "cvs://anonymous@lirc.cvs.sourceforge.net/cvsroot/lirc;module=lirc;method=pserver;cvsdate=${SRCDATE}"
+S = "${WORKDIR}/lirc"
+
+
+inherit autotools module
+
+require lirc-config.inc
+
+MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make V=1' -C drivers"
+
+fakeroot do_install() {
+	oe_runmake -C drivers DESTDIR="${D}" moduledir="/lib/modules/${KERNEL_VERSION}/lirc" install
+	rm -rf ${D}/dev
+}
+
+# this is for distributions that don't use udev
+pkg_postinst_append() {
+if [ ! -c $D/dev/lirc -a ! -f /sbin/udevd ]; then mknod $D/dev/lirc c 61 0; fi
+}
+
+FILES_${PN} = "/lib/modules"





More information about the Openembedded-commits mailing list