libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / gphoto2 / gphoto2_2.4.0.bb
blob1e2048735dcc8a664d5e06707227723c44466fd6
1 DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
2 SECTION = "console/utils"
3 LICENSE = "GPL"
4 DEPENDS = "libtool libgphoto2 popt"
5 PR = "r0"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2"
9 inherit autotools
11 do_configure_append() {
12 find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
16 SRC_URI[md5sum] = "5fd1f711ca806adb687b33c55964d898"
17 SRC_URI[sha256sum] = "8aa5ac34dae18284f3f04db874648a6dc70ecee3045ace674351b7326ae1c4e5"