summaryrefslogtreecommitdiff
path: root/packages/gphoto2/gphoto2_2.4.0.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-22 15:14:11 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-22 15:14:11 +0000
commit29115af38fc715fd35cd98176064b89fede86eeb (patch)
treebfef1ee2772f8278dd965aba68530cb05755f870 /packages/gphoto2/gphoto2_2.4.0.bb
parent17e79f6175d5d44072bbac2d0990e2402a82786f (diff)
gphoto|sane: move some stuff depending on libexif to nonworking.
* once libexif has been fixed, these packages can probably be moved back
Diffstat (limited to 'packages/gphoto2/gphoto2_2.4.0.bb')
-rw-r--r--packages/gphoto2/gphoto2_2.4.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gphoto2/gphoto2_2.4.0.bb b/packages/gphoto2/gphoto2_2.4.0.bb
deleted file mode 100644
index 6bc1a42f9e..0000000000
--- a/packages/gphoto2/gphoto2_2.4.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-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}:'
-}
-