aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hdparm/hdparm_6.6.bb
blob: 281a06cdbf41ae87f9fe16fb5c3a19cd92efeaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "hdparm is a Linux shell utility for viewing \
and manipulating various IDE drive and driver parameters."
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "BSD"

SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
	   file://bswap.patch;apply=yes \
	   file://uclibc.patch;apply=yes"

do_install () {
	install -d ${D}/${sbindir} ${D}/${mandir}/man8
	oe_runmake 'DESTDIR=${D}' install
}

SRC_URI[md5sum] = "ecea69f775396e4ab6112dcf9066239f"
SRC_URI[sha256sum] = "7e2db39a4e1f41bb327a9a8ef9e5e8359aaed0cc78e642a4ca67659629e3048b"