aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
diff options
context:
space:
mode:
authorAndreas Baak <andreas.baak@gmail.com>2015-07-12 10:44:55 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-30 21:11:04 +0200
commit61e5f07bf2ac87c27cd451f39298c0832da3be35 (patch)
tree2f01d360d4b2ddee1e7379037d8881feda84a4b4 /meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
parent35ae01ce6c126140439f271ee944efe69a184132 (diff)
downloadmeta-openembedded-contrib-61e5f07bf2ac87c27cd451f39298c0832da3be35.tar.gz
libgphoto2: update to 2.5.8
- Added build dependencies zlib and libxml2 - Adapted 0001-configure-ac-remove-AM_PO_SUBDIRS.patch - Removed patch allow.to.disable.gd.patch: Removing libgd is now possible using the configure flag "--without-gdlib" - Regenerated .fdi and .rules files Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb')
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb60
1 files changed, 0 insertions, 60 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
deleted file mode 100644
index cd8fafb253..0000000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
+++ /dev/null
@@ -1,60 +0,0 @@
-SUMMARY = "libgphoto2 allows you to access digital cameras"
-SECTION = "libs"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
-
-PR = "r5"
-
-DEPENDS = "libtool jpeg virtual/libusb0 libexif"
-
-# The .fdi and .rules files were generated with:
-# libgphoto2-2.4.7/packaging/generic$ qemu-arm -s 1048576 -r 2.6.24 -L /OE/angstrom-dev/staging/armv5te-angstrom-linux-gnueabi/ .libs/print-camera-list
-# They are release specific, so please regen when adding new releases
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2;name=libgphoto2 \
- file://10-camera-libgphoto2-device.fdi \
- file://10-camera-libgphoto2.fdi \
- file://40-libgphoto2.rules \
- file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
- file://allow.to.disable.gd.patch \
-"
-
-SRC_URI[libgphoto2.md5sum] = "16a22b9739e45a95980ed62705fe7333"
-SRC_URI[libgphoto2.sha256sum] = "5116bbacea57dfe22585e8e939ea30b5fb99fe08de526002788c84e37105c423"
-
-inherit autotools pkgconfig gettext lib_package
-
-EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
-
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[gd] = "--enable-gd,--disable-gd,gd"
-PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev"
-
-do_configure_append() {
- cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
- cd ${S}/libgphoto2_port/
- autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
- cd ${S}
-}
-
-do_install_append() {
- install -d ${D}${datadir}/hal/fdi/information/20thirdparty
- install -m 0644 ${WORKDIR}/*.fdi ${D}${datadir}/hal/fdi/information/20thirdparty/
-
- install -d ${D}${sysconfdir}/udev/rules.d/
- install -m 0755 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/
-}
-
-PACKAGES =+ "libgphotoport libgphoto2-camlibs"
-FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*"
-RRECOMMENDS_${PN} = "libgphoto2-camlibs"
-RDEPENDS_${PN} = "bash"
-
-FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*"
-
-FILES_${PN} += "${nonarch_base_libdir}/udev/* ${datadir}/hal"
-FILES_${PN}-dbg += "${libdir}/*/*/.debug"
-FILES_${PN}-dev += "${libdir}/*/*/*.la"
-
-
-