1 SUMMARY = "Put hard drives into standby when shutting down the system"
3 LIC_FILES_CHKSUM = "file://LICENSE;md5=8f242b441da515e30c7b07f2cc6f4d5c"
5 SRCREV = "${@opendreambox_srcrev('470e7e87e7cb828c94b756f720fc4985edc5eee4', d)}"
7 inherit opendreambox-git
9 rootlibexecdir = "${base_prefix}/lib/systemd"
12 oe_runmake install DESTDIR="${D}" rootlibexecdir="${rootlibexecdir}"
15 FILES_${PN} += "${rootlibexecdir}"