diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-27 20:29:54 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-27 20:29:54 +0100 |
commit | 55475f550a375a9d32447a310ba1466d37e315a0 (patch) | |
tree | ddb4e2f2c4f7b0e0a5450448c775a3f22b7bb99e /packages/gphoto2/gphoto2_2.4.4.bb | |
parent | ca1ecb84658c66205dd631914d0da232fd975579 (diff) |
gphoto2: updated to 2.4.4
Diffstat (limited to 'packages/gphoto2/gphoto2_2.4.4.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.4.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gphoto2/gphoto2_2.4.4.bb b/packages/gphoto2/gphoto2_2.4.4.bb new file mode 100644 index 0000000000..8af31d15dc --- /dev/null +++ b/packages/gphoto2/gphoto2_2.4.4.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}:' +} + |