xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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://0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch \
12"
13
14SRC_URI[gphoto2.md5sum] = "92d39b383c0e0354b4d3af1af7b8b416"
15SRC_URI[gphoto2.sha256sum] = "30054e93a1bb59f501aabd5018713177ea04ce0cb28935319bd6ca80061e8d38"
16
17inherit autotools pkgconfig gettext
18
19EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
20                 --without-cdk \
21"
22
23