diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-27 11:09:39 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-27 11:09:39 +0100 |
commit | 16a534c0520da4e2bf9d4fb57b813f3c6d277ddd (patch) | |
tree | f381583acee4de096fbd91873024597dac7db3d8 /recipes/v4l2apps/libv4l_0.5.8.bb | |
parent | a740c9c9817aa4b999870e11db2da1ccbec4b3e2 (diff) |
libv4l: convert to new style staging and add 0.6.1
Diffstat (limited to 'recipes/v4l2apps/libv4l_0.5.8.bb')
-rw-r--r-- | recipes/v4l2apps/libv4l_0.5.8.bb | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes/v4l2apps/libv4l_0.5.8.bb b/recipes/v4l2apps/libv4l_0.5.8.bb index a53c52f223..2fbcfc8dd4 100644 --- a/recipes/v4l2apps/libv4l_0.5.8.bb +++ b/recipes/v4l2apps/libv4l_0.5.8.bb @@ -1,16 +1 @@ -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 -} +require libv4l.inc |