aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-05 21:57:47 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-05 21:58:27 +0200
commit4518dba157edd49dc3ee6c69cdaf1c96b063fe15 (patch)
tree306c6d5fc4d64297cc4cbf78d1011a328fc55f10
parentb953e675336abd01c0034e2f09a5828678031455 (diff)
downloadopenembedded-4518dba157edd49dc3ee6c69cdaf1c96b063fe15.tar.gz
gphoto2: removed 2.1.x > 4 years old; not pinned
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/gphoto2/gphoto2_2.1.4.bb12
-rw-r--r--recipes/gphoto2/gphoto2_2.1.5.bb12
-rw-r--r--recipes/gphoto2/gphoto2_2.1.6.bb12
-rw-r--r--recipes/gphoto2/libgphoto2_2.1.4.bb32
-rw-r--r--recipes/gphoto2/libgphoto2_2.1.5.bb34
-rw-r--r--recipes/gphoto2/libgphoto2_2.1.6.bb38
6 files changed, 0 insertions, 140 deletions
diff --git a/recipes/gphoto2/gphoto2_2.1.4.bb b/recipes/gphoto2/gphoto2_2.1.4.bb
deleted file mode 100644
index 905050961f..0000000000
--- a/recipes/gphoto2/gphoto2_2.1.4.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "libgphoto2 popt"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2"
-
-inherit autotools
-
-SRC_URI[md5sum] = "5bbee55d4e59b063d3cff0fbc9121006"
-SRC_URI[sha256sum] = "c52e77a52ad11a02ae9f0b8491915f3f09fec23f8f740cc6079570241caf63cb"
diff --git a/recipes/gphoto2/gphoto2_2.1.5.bb b/recipes/gphoto2/gphoto2_2.1.5.bb
deleted file mode 100644
index b56f0f73d8..0000000000
--- a/recipes/gphoto2/gphoto2_2.1.5.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "libgphoto2 popt"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz"
-
-inherit autotools
-
-SRC_URI[md5sum] = "9bd1a033389f9e4e6425dda4f6e603c9"
-SRC_URI[sha256sum] = "fefaabea8aede51ae9560ba71e2a7c31f4d856b0bb1fc0de7297d12e1215698c"
diff --git a/recipes/gphoto2/gphoto2_2.1.6.bb b/recipes/gphoto2/gphoto2_2.1.6.bb
deleted file mode 100644
index 9f6b029e9c..0000000000
--- a/recipes/gphoto2/gphoto2_2.1.6.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "libgphoto2 popt"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz"
-
-inherit autotools
-
-SRC_URI[md5sum] = "2de2bcc62599b8a7337b54b0a067c50b"
-SRC_URI[sha256sum] = "82330519effc421a39c196d2a2806dc9c3cdcc891b7ec34dee04b3fe4ef4534a"
diff --git a/recipes/gphoto2/libgphoto2_2.1.4.bb b/recipes/gphoto2/libgphoto2_2.1.4.bb
deleted file mode 100644
index 7f111b70dc..0000000000
--- a/recipes/gphoto2/libgphoto2_2.1.4.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SECTION = "libs"
-DEPENDS = "jpeg virtual/libusb0 libexif"
-DESCRIPTION = "libgphoto2 allows you to access digital cameras"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2"
-
-EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial"
-LICENSE = "GPL"
-inherit autotools pkgconfig
-
-do_stage() {
- install -d ${STAGING_LIBDIR}
- mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true
- oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR}
- oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR}
-
- install -d ${STAGING_LIBDIR}/gphoto2/2.0
- oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0
-
- install -d ${STAGING_INCDIR}/gphoto2
- for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h
- do
- install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X
- done
- for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h
- do
- install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X
- done
-}
-
-SRC_URI[md5sum] = "a201650482bbc2edbd948449cf4d3f5a"
-SRC_URI[sha256sum] = "98af9747179c4d284104fc155b624c6cda4e91a554de0a04e6a6878c0e852c63"
diff --git a/recipes/gphoto2/libgphoto2_2.1.5.bb b/recipes/gphoto2/libgphoto2_2.1.5.bb
deleted file mode 100644
index e8c8c56b26..0000000000
--- a/recipes/gphoto2/libgphoto2_2.1.5.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "libs"
-DEPENDS = "jpeg virtual/libusb0 libexif"
-DESCRIPTION = "libgphoto2 allows you to access digital cameras"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.gz"
-
-EXTRA_OECONF = " --with-drivers=all"
-EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial"
-LICENSE = "GPL"
-inherit autotools pkgconfig
-
-do_stage() {
- install -d ${STAGING_LIBDIR}
- mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true
- oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR}
- oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR}
-
- install -d ${STAGING_LIBDIR}/gphoto2/2.0
- oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0
-
- install -d ${STAGING_INCDIR}/gphoto2
- for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h
- do
- install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X
- done
- for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h
- do
- install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X
- done
-}
-
-SRC_URI[md5sum] = "210844f0d88f58842917af6eaff06382"
-SRC_URI[sha256sum] = "4691bc87f567eba4938d1465e7a2ddfaf7bdea86629390830111bd03bd227ed5"
diff --git a/recipes/gphoto2/libgphoto2_2.1.6.bb b/recipes/gphoto2/libgphoto2_2.1.6.bb
deleted file mode 100644
index b102f946bc..0000000000
--- a/recipes/gphoto2/libgphoto2_2.1.6.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SECTION = "libs"
-DEPENDS = "jpeg virtual/libusb0 libexif"
-DESCRIPTION = "libgphoto2 allows you to access digital cameras"
-PR = "r6"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.gz"
-
-EXTRA_OECONF = " --with-drivers=all"
-EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial"
-LICENSE = "GPL"
-inherit autotools pkgconfig
-
-do_stage() {
- install -d ${STAGING_LIBDIR}
- mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true
- oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR}
- oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR}
-
- install -d ${STAGING_LIBDIR}/gphoto2/2.0
- oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0
-
- install -d ${STAGING_INCDIR}/gphoto2
- for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h
- do
- install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X
- done
- for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h
- do
- install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X
- done
-}
-PACKAGES =+ "libgphoto2-camlibs"
-FILES_libgphoto2-camlibs = "/usr/lib/gphoto2_port/ /usr/lib/gphoto2/"
-RDEPENDS_libgphoto2 = "libgphoto2-camlibs"
-
-
-SRC_URI[md5sum] = "1938cbd9718595fd419907bf2f7c3195"
-SRC_URI[sha256sum] = "f80dc7b4b280db736b07089e31aefc8112a47e285e7d0b4f53249630a07fec80"