aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gphoto2
AgeCommit message (Collapse)Author
2017-02-23libgphoto: Replace 'lib' with ${nonarch_base_libdir}Amarnath Valluri
Make use of bitbake variable for udev ruls folder. This change makes the recipe more portable. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13libgphoto2: remove bash runtime dependency.Ismo Puustinen
The bash scripts in upstream were converted to sh scripts. This allows dropping the strict bash runtime dependency. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22libgphoto2: Fix build when security flags are enabled with clangKhem Raj
clang is more pedantic and throws below errors ../../libgphoto2-2.5.8/camlibs/ptp2/chdk.c:1131:14: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */ ^~~~~~~~~ Backport a patch to silence the warnings where it avoids the use of sprintf all the way Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-22libgphoto2: correct compatibility issues with libjpeg-turbo-1.5.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-15libgphoto2, v4l-utils: blacklist, not compatible with libjpeg-turbo-1.5.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-30gphoto2: Adds recipe for gphoto2 2.5.8Andreas Baak
gphoto2 is a command line frontend for libgphoto2. The patch 0001-configure.ac-remove-AM_PO_SUBDIRS is very similar to the corresponding patch in the libgphoto2 recipe and is required to make the tool compile. Without the patch 0002-Look-for-popt-with-GP_CHECK_LIBARY-function, the popt library would be taken from the host system. In the EXTRA_OECONF, the --with-jpeg-prefix is required to avoid the host system's jpeg library to be found. --without-cdk is required since the cdk headers are not found anywhere. According to gphoto2's configure.ac file, removing cdk removes "interactive access to the camera's configuration". Pure pure command-line access is retained, though. Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
2015-07-30libgphoto2: update to 2.5.8Andreas Baak
- Added build dependencies zlib and libxml2 - Adapted 0001-configure-ac-remove-AM_PO_SUBDIRS.patch - Removed patch allow.to.disable.gd.patch: Removing libgd is now possible using the configure flag "--without-gdlib" - Regenerated .fdi and .rules files Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
2015-06-23meta-oe: fix the install dir for udev rules and filesYi Zhao
When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2014-10-16libgphoto2: add bash to RDEPENDSAndreas Müller
fix libgphoto2-2.4.11: libgphoto2 requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
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>
2013-07-30libgphoto2: add PACKAGECONFIG for serialMartin Jansa
* fixes undeterministic dependency on lockdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-20libgphoto2: add configure option for gd and add PACKAGECONFIGMartin Jansa
* it's autodetected and pulls couple of other dependencies freetype gd libpng lockdev zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04libgphoto2: refix buildAndreas Müller
this manually reverts commit 92e3f684d14fd287194e78bc5e65f80504758b7d Author: Koen Kooi <koen@dominion.thruhere.net> Date: Wed Nov 21 14:42:02 2012 +0000 gphoto2: fix gettext build error which should go into danny only [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042668.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-29gphoto2: fix gettext build errorKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24libgphoto2: fix buildAndreas Müller
autoconf.bbclass forces building po dirs by copying po/Makefile.in.in. We have to care for libgphoto2_port/po/Makefile.in.in too and have to remove AM_PO_SUBDIRS() from configure.ac since that causes | autoreconf: running: aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/aclocal-copy/ --automake-acdir=/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ --force -I auto-m4 -I m4m | configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19libgphoto2: Fix QA issuesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-17libgphoto2 2.4.11: break runtime dependency loopKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13libghoto2: update to 2.4.11Koen Kooi
Regenerate fdi and udev rules Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13libgphoto2 2.4.8: import from OE rev a54456425ea3ce4c7cdfa958cec3ba34539cfeecKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>