clearsilver: fix various build issues
[openembedded.git] / recipes / sg3-utils / sg3-utils_1.24.bb
blob4a2c3786763ebc1b878c629e73de4b98d484d5a0
1 DESCRIPTION = "Utilities for working with generic SCSI devices"
2 AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
3 HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html"
4 SECTION = "console/admin"
5 LICENSE = "GPLv2"
6 AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
7 PR = "r1"
9 SRC_URI = "${DEBIAN_MIRROR}/main/s/sg3-utils/sg3-utils_${PV}.orig.tar.gz \
10 file://Makefile-r1.patch;patch=1"
12 S = "${WORKDIR}/sg3-utils-${PV}"
14 inherit autotools
16 EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'