[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3963/8267] hdparm: 9.48 -> 9.50



commit 1a06778c093987592e513d2efdf4a00a2b33a158
Author: Robert Yang <liezhi yang windriver com>
Date:   Tue Dec 20 03:09:45 2016 +0000

    hdparm: 9.48 -> 9.50
    
    Remove "-e MAKEFLAGS=" from EXTRA_OEMAKE to fix:
    ERROR: hdparm-9.50-r0 do_package: QA Issue: File '/sbin/hdparm.hdparm' from hdparm was already stripped, 
this will prevent future debugging! [already-stripped]
    ERROR: hdparm-9.50-r0 do_package: Fatal QA errors found, failing task.
    
    The "-e MAKEFLAGS=" would cause submake can't get vars from environment,
    The git log said that it was added for fixing a QA warning, but
    everything is OK after remove it now.
    
    (From OE-Core rev: 6305c1361c0d1140e37513402532600528a63744)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../hdparm/{hdparm_9.48.bb => hdparm_9.50.bb}      |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-extended/hdparm/hdparm_9.50.bb
similarity index 81%
rename from meta/recipes-extended/hdparm/hdparm_9.48.bb
rename to meta/recipes-extended/hdparm/hdparm_9.50.bb
index cd85776..f89c30e 100644
--- a/meta/recipes-extended/hdparm/hdparm_9.48.bb
+++ b/meta/recipes-extended/hdparm/hdparm_9.50.bb
@@ -20,12 +20,12 @@ FILES_wiper = "${bindir}/wiper.sh"
 
 RDEPENDS_wiper = "bash gawk stat"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz "
+SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "213efdbe7471fad3408198918e164354"
-SRC_URI[sha256sum] = "ce97b4a71cb04146f54cf6f69787e7f97ddfda9836dc803b459d3b3df3a4fbee"
+SRC_URI[md5sum] = "d380062ad6c4b40076736efbb640f1f5"
+SRC_URI[sha256sum] = "0892b44bd817c251264a24f6ecbbb010958033e0395d2030f25f1c5608ac780e"
 
-EXTRA_OEMAKE = '-e MAKEFLAGS= STRIP="echo"'
+EXTRA_OEMAKE = 'STRIP="echo" LDFLAGS="${LDFLAGS}"'
 
 inherit update-alternatives
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]