]> code.ossystems Code Review - openembedded-core.git/commitdiff
hdparm: make wiper appear before hdparm in PACKAGES
authorChen Qi <Qi.Chen@windriver.com>
Fri, 29 Nov 2013 12:48:12 +0000 (20:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 16:27:03 +0000 (16:27 +0000)
Make wiper appear before hdparm in PACKAGES so that wiper is packaged
correctly.

[YOCTO #5555]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/hdparm/hdparm_9.43.bb

index 592b8cb7012a1645e1f3df91641fdaa89f2032ee..2ba0c42cbe95fe9671698cd92bb5534cff002a04 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
                     file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09"
 
 
-PACKAGES += "wiper"
+PACKAGES =+ "wiper"
 
 FILES_wiper = "${bindir}/wiper.sh"