aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
blob: 330f78fe5e2757a34c8505a18b4275cf4938dbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Capture and control API for IIDC compliant cameras"
HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
SECTION = "libs"
LICENSE = "LGPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
DEPENDS += "libusb1 libraw1394"

PV = "2.2.1+gitr${SRCPV}"

SRCREV = "b90342933b4b48634b98b73805f47bd25ed5857e"

SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \
           file://install_examples.patch \
          "

S = "${WORKDIR}/git/${PN}"

inherit autotools pkgconfig

EXTRA_OECONF += "--disable-doxygen-doc"