diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-11-29 20:48:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-30 22:26:27 +0000 |
commit | 7cfee3687a957fb52b901fcf409315862bf03c08 (patch) | |
tree | e3c4e79f0527366e7b1211aca7d37524115ebd5c /meta/recipes-extended | |
parent | 39bd9fb72d773381a79e3723a8a7e01729fd859b (diff) | |
download | poky-7cfee3687a957fb52b901fcf409315862bf03c08.tar.gz |
hdparm: make wiper appear before hdparm in PACKAGES
Make wiper appear before hdparm in PACKAGES so that wiper is packaged
correctly.
[YOCTO #5555]
(From OE-Core rev: d294f1de082a5aadefa8efb3485ca3f091ef83bf)
Signed-off-by: Chen Qi <Qi.Chen@windriver.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.43.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_9.43.bb b/meta/recipes-extended/hdparm/hdparm_9.43.bb index 592b8cb701..2ba0c42cbe 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.43.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.43.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ | |||
9 | file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" | 9 | file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" |
10 | 10 | ||
11 | 11 | ||
12 | PACKAGES += "wiper" | 12 | PACKAGES =+ "wiper" |
13 | 13 | ||
14 | FILES_wiper = "${bindir}/wiper.sh" | 14 | FILES_wiper = "${bindir}/wiper.sh" |
15 | 15 | ||