mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
2b80aeccad
Building the examples suffers from host contamination and therefore does not succeed. | arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork --sysroot=... -I/usr/include/SDL ... -lrt -L/usr/lib64 ... | /SSD/build/distroless/tmp/qemuarm-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.2/ld: warning: library search path "/usr/lib64" is unsafe for cross-compilation | /usr/lib64/librt.so: file not recognized: File format not recognized Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
646 B
BlitzBasic
Executable File
23 lines
646 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"
|
|
|
|
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 --disable-examples"
|