summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb')
-rw-r--r--meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
new file mode 100644
index 000000000..75ad7f4f0
--- /dev/null
+++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
@@ -0,0 +1,22 @@
1SUMMARY = "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] = "6c6a21b5e879330cdd71ef92dce36399"
15SRC_URI[gphoto2.sha256sum] = "9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c"
16
17inherit autotools pkgconfig gettext
18
19EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
20 --without-cdk \
21"
22