aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/v4l2apps/libv4l.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/v4l2apps/libv4l.inc')
-rw-r--r--recipes/v4l2apps/libv4l.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/v4l2apps/libv4l.inc b/recipes/v4l2apps/libv4l.inc
new file mode 100644
index 0000000000..644701c39c
--- /dev/null
+++ b/recipes/v4l2apps/libv4l.inc
@@ -0,0 +1,13 @@
+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;name=libv4l"
+
+inherit pkgconfig
+
+export PREFIX="${prefix}"
+
+do_install() {
+ oe_runmake DESTDIR="${D}" install
+}
+