1SUMMARY = "gphoto2 - a command-line frontend to libgphoto2"
2HOMEPAGE = "http://www.gphoto.com/"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5
6DEPENDS = "libgphoto2 popt readline"
7RDEPENDS:gphoto2 = "libgphoto2"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \
10           file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
11           file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
12           file://0001-Match-prototypes-of-callbacks-with-libgphoto.patch \
13"
14SRC_URI[gphoto2.sha256sum] = "2a648dcdf12da19e208255df4ebed3e7d2a02f905be4165f2443c984cf887375"
15
16inherit autotools pkgconfig gettext
17
18EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
19                 --without-cdk \
20"
21
22