Files
meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00

17 lines
497 B
BlitzBasic

SUMMARY = "Utilities for working with generic SCSI devices"
HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
SECTION = "console/admin"
LICENSE = "GPLv2+ & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
PR = "r1"
SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
inherit autotools
S = "${WORKDIR}/sg3_utils-${PV}"