diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-22 18:39:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-22 18:39:57 +0000 |
commit | d2f5b256f7e94c9113409add69a12a7121c26862 (patch) | |
tree | d254bf31a0c4122d2d98df20016bbc68e5d33a85 | |
parent | f783c1a86ddf322cceb6cd65496ca6d6a8c50813 (diff) |
gphoto2: update to 2.4.0
-rw-r--r-- | packages/gphoto2/gphoto2_2.4.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gphoto2/gphoto2_2.4.0.bb b/packages/gphoto2/gphoto2_2.4.0.bb new file mode 100644 index 0000000000..6bc1a42f9e --- /dev/null +++ b/packages/gphoto2/gphoto2_2.4.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "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}:' +} + |