diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-18 11:04:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:01 +0100 |
commit | b1ca0e3c5f8a3d5f13b1f994cb14b48df2629b58 (patch) | |
tree | 2649657649713a67ecdd84118149bfcf60b74e8e /meta/recipes-extended | |
parent | a0f804a37264592b6546b2478b59d658a45449fd (diff) | |
download | poky-b1ca0e3c5f8a3d5f13b1f994cb14b48df2629b58.tar.gz |
hdparam: Clean up FILES_* after PACKAGES reoder
(From OE-Core rev: a833ae1941a2f5d1c2bcd1df90e2e9e1056d8375)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/hdparm/hdparm_9.39.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb b/meta/recipes-extended/hdparm/hdparm_9.39.bb index 42867a90d3..40ebd351ed 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.39.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.39.bb | |||
@@ -13,7 +13,6 @@ PR = "r2" | |||
13 | PACKAGES += "wiper" | 13 | PACKAGES += "wiper" |
14 | 14 | ||
15 | FILES_wiper = "${bindir}/wiper.sh" | 15 | FILES_wiper = "${bindir}/wiper.sh" |
16 | FILES_${PN} = "${base_sbindir} ${mandir}" | ||
17 | 16 | ||
18 | RDEPENDS_wiper = "bash gawk stat" | 17 | RDEPENDS_wiper = "bash gawk stat" |
19 | 18 | ||