blob: a425287a8ebf1e9f91a2cfc3b752cb2e98f01663 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "gphoto2 - a command-line frontend to libgphoto2"
2HOMEPAGE = "http://www.gphoto.com/"
3LICENSE = "GPLv2"
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://0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch \
12"
13
Andrew Geisslerbbbd5f42020-10-30 15:42:48 -050014SRC_URI[gphoto2.md5sum] = "f663b10bca639290fdb150b6ffe23e93"
15SRC_URI[gphoto2.sha256sum] = "7653213b05329c1dc2779efea3eff00504e12011436587aedc9aaa1e8665ab2f"
Brad Bishop316dfdd2018-06-25 12:45:53 -040016
17inherit autotools pkgconfig gettext
18
19EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
20 --without-cdk \
21"
22