blob: fe339404757cf9df5e8d90b9a5a03dbae1fee8c4 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "gphoto2 - a command-line frontend to libgphoto2"
2HOMEPAGE = "http://www.gphoto.com/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5
6DEPENDS = "libgphoto2 popt readline"
Patrick Williams213cb262021-08-07 19:21:33 -05007RDEPENDS:gphoto2 = "libgphoto2"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008
9SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \
10 file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011 file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -040012"
Andrew Geissler87f5cff2022-09-30 13:13:31 -050013SRC_URI[gphoto2.sha256sum] = "2a648dcdf12da19e208255df4ebed3e7d2a02f905be4165f2443c984cf887375"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15inherit autotools pkgconfig gettext
16
17EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
18 --without-cdk \
19"
20