aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgphoto2/libgphoto2_2.1.6.bb
blob: 4b86ac5f08bf1e3de9f46a96d3682fc9d7e2d7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "libs"
DEPENDS = "jpeg libusb libexif"
RPEDENDS = "libusb"
DESCRIPTION = "libgphoto2 allows you to access digital cameras"
PR = "r5"

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

PACKAGES =+ "libgphoto2-camlibs"
FILES_libgphoto2-camlibs = "/usr/lib/gphoto2_port/ /usr/lib/gphoto2/"
RDEPENDS_libgphoto2 = "libgphoto2-camlibs"