blob: 2b7913ec5fa83015f1431119b84c0d0b7cadd16f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
do_stage() {
autotools_stage_all
}
PACKAGES =+ "libgphoto2-camlibs"
FILES_libgphoto2-camlibs = "/usr/lib/gphoto2_port/ /usr/lib/gphoto2/"
RDEPENDS_libgphoto2 = "libgphoto2-camlibs"
|