mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 02:11:43 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
575 B
BlitzBasic
Executable File
21 lines
575 B
BlitzBasic
Executable File
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"
|