mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-13 06:54:31 +00:00
Don't use ${PN} for the source dir, it will break multilib builds.
The correct variable is ${BPN}.
Cc: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
928 B
BlitzBasic
Executable File
27 lines
928 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"
|
|
|
|
# libsdl to provide sdl.m4 with AM_PATH_SDL
|
|
DEPENDS += "libusb1 libraw1394 libsdl \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxv virtual/libx11', '', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'libglu', '', d)} \
|
|
"
|
|
|
|
PV = "2.2.5+gitr${SRCPV}"
|
|
|
|
SRCREV = "5e78f51936fd09db0c0f742c7d2c0e5bdbbeed56"
|
|
|
|
SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \
|
|
file://install_examples.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git/${BPN}"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
EXTRA_OECONF += "--disable-doxygen-doc --disable-examples"
|