Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "gphoto2 - a command-line frontend to libgphoto2" |
| 2 | HOMEPAGE = "http://www.gphoto.com/" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 5 | |
| 6 | DEPENDS = "libgphoto2 popt readline" |
| 7 | RDEPENDS_gphoto2 = "libgphoto2" |
| 8 | |
| 9 | SRC_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 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 14 | SRC_URI[gphoto2.md5sum] = "0abd5ae8315109ae66bf06ac37902678" |
| 15 | SRC_URI[gphoto2.sha256sum] = "df87092100e7766c9d0a4323217c91908a9c891c0d3670ebf40b76903be458d1" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | |
| 17 | inherit autotools pkgconfig gettext |
| 18 | |
| 19 | EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \ |
| 20 | --without-cdk \ |
| 21 | " |
| 22 | |