blob: 7b11465fcf55edf3c4fc15ded7389087dd822969 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
SRC_URI = http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz
do_install () {
install -d ${D}/sbin ${D}/${mandir}/man8
oe_runmake 'DESTDIR=${D}' install
}
|