aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gphoto2/gphoto2_2.4.8.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-08 09:20:01 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-08 09:58:24 +0200
commit247a0a81b5ff82abd1024b48ded87f886631d5f8 (patch)
tree0ffab507f2d5039e06d154e79ecd41ab80ae7d5a /recipes/gphoto2/gphoto2_2.4.8.bb
parent8775a28f83b9527002654064c7b929d9632d60c2 (diff)
downloadopenembedded-247a0a81b5ff82abd1024b48ded87f886631d5f8.tar.gz
gphoto2: add 2.4.8
libgphoto2: add 2.4.8
Diffstat (limited to 'recipes/gphoto2/gphoto2_2.4.8.bb')
-rw-r--r--recipes/gphoto2/gphoto2_2.4.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gphoto2/gphoto2_2.4.8.bb b/recipes/gphoto2/gphoto2_2.4.8.bb
new file mode 100644
index 0000000000..45f3caae61
--- /dev/null
+++ b/recipes/gphoto2/gphoto2_2.4.8.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "libtool libgphoto2 popt"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \
+ file://gphoto-popt-fixup.patch;patch=1"
+
+SRC_URI[gphoto2.md5sum] = "401e403ea6e8301d6c87cbe7cd892b8b"
+SRC_URI[gphoto2.sha256sum] = "a2e2f70fd6051234cbc3d76dc82df6991e8a07ead56aa8d5c4452e9bdb0e32a4"
+
+inherit autotools
+
+do_configure_append() {
+ find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+}
+