summaryrefslogtreecommitdiffstats
path: root/recipes/gphoto2/gphoto2_2.4.7.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-28 20:59:53 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-30 10:45:32 +0100
commit68e309c3923cbce4f5ea9449d05ea84e1d21a47c (patch)
tree6bf40d6abace733fd6d8d96c66bc7a143d82c212 /recipes/gphoto2/gphoto2_2.4.7.bb
parent6e0af8778d8938a5a43b8a0e97a0f837bd94fe97 (diff)
downloadopenembedded-68e309c3923cbce4f5ea9449d05ea84e1d21a47c.tar.gz
(lib)gphoto2: update to 2.4.7
Diffstat (limited to 'recipes/gphoto2/gphoto2_2.4.7.bb')
-rw-r--r--recipes/gphoto2/gphoto2_2.4.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gphoto2/gphoto2_2.4.7.bb b/recipes/gphoto2/gphoto2_2.4.7.bb
new file mode 100644
index 0000000000..8af31d15dc
--- /dev/null
+++ b/recipes/gphoto2/gphoto2_2.4.7.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "libtool libgphoto2 popt"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2\
+ file://gphoto-popt-fixup.patch;patch=1"
+
+inherit autotools
+
+do_configure_append() {
+ find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+}
+