First pass of .oe cleanups.
[vuplus_openembedded] / hdparm / hdparm_5.4.oe
index e69de29..7b11465 100644 (file)
@@ -0,0 +1,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
+}