libv4l: add 0.5.7. This is needed for e.g. gspca cams to work with newer kernels:
authorKoen Kooi <koen@openembedded.org>
Wed, 7 Jan 2009 09:29:01 +0000 (10:29 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 7 Jan 2009 09:29:01 +0000 (10:29 +0100)
* 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 [new file with mode: 0644]

diff --git a/packages/v4l2apps/libv4l_0.5.7.bb b/packages/v4l2apps/libv4l_0.5.7.bb
new file mode 100644 (file)
index 0000000..a53c52f
--- /dev/null
@@ -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
+}