First pass of .oe cleanups.
[vuplus_openembedded] / hdparm / hdparm_5.4.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3
4 SRC_URI = http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz
5
6 do_install () {
7         install -d ${D}/sbin ${D}/${mandir}/man8
8         oe_runmake 'DESTDIR=${D}' install
9 }