From 9a05084a4d58bd67ac02ab7f591fe8bcd1931356 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Sep 2008 15:40:55 +0000 Subject: gphoto2: update to 2.4.2 and fix libtool 2.x issues --- packages/gphoto2/gphoto2_2.4.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/gphoto2/gphoto2_2.4.2.bb (limited to 'packages/gphoto2/gphoto2_2.4.2.bb') diff --git a/packages/gphoto2/gphoto2_2.4.2.bb b/packages/gphoto2/gphoto2_2.4.2.bb new file mode 100644 index 0000000000..996edb25a0 --- /dev/null +++ b/packages/gphoto2/gphoto2_2.4.2.bb @@ -0,0 +1,14 @@ +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" + +inherit autotools + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' +} + -- cgit v1.2.3