[oe-commits] [meta-openembedded] 06/07: lcov: Upgrade 1.11 -> 1.14

git at git.openembedded.org git at git.openembedded.org
Wed May 22 21:32:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5ec7ada40fbc7a20917ff7d02fb6af8952f597a8
Author: Horvath, Chris <chris.horvath at essvote.com>
AuthorDate: Wed May 22 16:12:45 2019 +0000

    lcov: Upgrade 1.11 -> 1.14
    
    Upgrade from lcov_1.11.bb to lcov_1.14.bb for GCC 8 support.
    
    Signed-off-by: Chris Horvath <chris.horvath at essvote.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/lcov/{lcov_1.11.bb => lcov_1.14.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/lcov/lcov_1.11.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb
old mode 100644
new mode 100755
similarity index 87%
rename from meta-oe/recipes-support/lcov/lcov_1.11.bb
rename to meta-oe/recipes-support/lcov/lcov_1.14.bb
index 56a018b..fd02f4a
--- a/meta-oe/recipes-support/lcov/lcov_1.11.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb
@@ -43,10 +43,10 @@ RDEPENDS_${PN} += " \
 
 SRC_URI = "http://downloads.sourceforge.net/ltp/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "e79b799ae3ce149aa924c7520e993024"
-SRC_URI[sha256sum] = "c282de8d678ecbfda32ce4b5c85fc02f77c2a39a062f068bd8e774d29ddc9bf8"
+SRC_URI[md5sum] = "0220d01753469f83921f8f41ae5054c1"
+SRC_URI[sha256sum] = "14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a"
 
 do_install() {
-    oe_runmake install PREFIX=${D}
+    oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list