aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/v4l2apps/libv4l_0.5.8.bb
blob: a53c52f223ebd3e19ef59afface839b288d044ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}