From f197d4375ff383b28bcc290ddf3974927c07755e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Jan 2009 10:29:01 +0100 Subject: 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 file changed, 16 insertions(+) create mode 100644 packages/v4l2apps/libv4l_0.5.7.bb (limited to 'packages/v4l2apps') diff --git a/packages/v4l2apps/libv4l_0.5.7.bb b/packages/v4l2apps/libv4l_0.5.7.bb new file mode 100644 index 0000000000..a53c52f223 --- /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 +} -- cgit v1.2.3