[oe-commits] Koen Kooi : libv4l: add 0.5.7. This is needed for e.g. gspca cams to work with newer kernels:

GIT User account git at amethyst.openembedded.net
Wed Jan 7 09:32:53 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  7 10:29:01 2009 +0100

libv4l: add 0.5.7. This is needed for e.g. gspca cams to work with newer kernels:
* http://n2.nabble.com/zc3xx-webcam-%28041e%3A4034-Creative-Webcam-Instant%29-stopped-working-some-time-ago-%28since-gspca-kernel-integration-%29-td1667749.html#none

---

 packages/v4l2apps/libv4l_0.5.7.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/v4l2apps/libv4l_0.5.7.bb b/packages/v4l2apps/libv4l_0.5.7.bb
new file mode 100644
index 0000000..a53c52f
--- /dev/null
+++ b/packages/v4l2apps/libv4l_0.5.7.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices."
+LICENSE = "LGPLv2"
+
+SRC_URI = "http://people.atrpms.net/~hdegoede/libv4l-${PV}.tar.gz"
+
+inherit pkgconfig
+
+export PREFIX="${prefix}"
+
+do_install() {
+	oe_runmake DESTDIR="${D}" install
+}
+
+do_stage() {
+	oe_runmake DESTDIR="${STAGING_DIR_TARGET}" install
+}





More information about the Openembedded-commits mailing list