diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
commit | d512927cbf42dc9a3302ecac790a18d397ea012f (patch) | |
tree | 2d624d29a763e5f9ae9b618148cfc6063e6cd50e /packages/v4l2apps/libv4l_0.5.8.bb | |
parent | 68e1ea7aeddc4f7efc621558dfd424cd2fe22674 (diff) | |
parent | 3fe1150b7afa91ee59dfa6346c1f7387638b7817 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/v4l2apps/libv4l_0.5.8.bb')
-rw-r--r-- | packages/v4l2apps/libv4l_0.5.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/v4l2apps/libv4l_0.5.8.bb b/packages/v4l2apps/libv4l_0.5.8.bb new file mode 100644 index 0000000000..a53c52f223 --- /dev/null +++ b/packages/v4l2apps/libv4l_0.5.8.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 +} |