blob: 62d283b889e7929f2fc6ba2f1c79d6243e0a2162 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
14SRC_URI[gphoto2.md5sum] = "bae369aee6881e590c5c91bdbb11a5f8"
15SRC_URI[gphoto2.sha256sum] = "a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d"
16
17inherit autotools pkgconfig gettext
18
19EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
20 --without-cdk \
21"
22