mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
b79176adb3
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
579 B
BlitzBasic
22 lines
579 B
BlitzBasic
DESCRIPTION = "Media controller control application"
|
|
LICENSE = "LGPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
|
|
|
|
DEPENDS = "linux-libc-headers"
|
|
|
|
SRC_URI = "git://git.ideasonboard.org/media-ctl.git"
|
|
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
|
|
|
|
PV = "0.0.1"
|
|
PR = "r4"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--with-kernel-headers=${STAGING_EXECPREFIXDIR}"
|
|
|
|
PACKAGES =+ "libmediactl libv4l2subdev"
|
|
FILES_libmediactl = "${libdir}/libmediactl${SOLIBS}"
|
|
FILES_libv4l2subdev = "${libdir}/libv4l2subdev${SOLIBS}"
|
|
|