From 68e309c3923cbce4f5ea9449d05ea84e1d21a47c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 28 Nov 2009 20:59:53 +0100 Subject: (lib)gphoto2: update to 2.4.7 --- recipes/gphoto2/gphoto2_2.4.7.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/gphoto2/gphoto2_2.4.7.bb (limited to 'recipes/gphoto2/gphoto2_2.4.7.bb') 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}:' +} + -- cgit v1.2.3