]> code.ossystems Code Review - openembedded-core.git/commit
hdparm: replace stat with coreutils as runtime dependency
authorYi Zhao <yi.zhao@windriver.com>
Fri, 15 Dec 2017 01:18:37 +0000 (09:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:13 +0000 (17:24 +0000)
commit80f6f4e3683f7889e4aa34401e96be1708f94b75
treedbd818ae594661dad60e25e5c7ded37826020d02
parent048da771c31f4e07d2b10265cf57a6e7b9640f84
hdparm: replace stat with coreutils as runtime dependency

Currently only hdparm specifies stat as runtime dependency in oe-core.
But the stat hasn't any update since 2002. Replace it with coreutils as
runtime dependency since coreutils also provides stat program. Then we
can drop the stat recipe totally.

Also add a patch to fix stat path in wiper.sh.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/hdparm/hdparm/wiper.sh-fix-stat-path.patch [new file with mode: 0644]
meta/recipes-extended/hdparm/hdparm_9.52.bb