[oe-commits] [meta-openembedded] 29/43: logcheck: 1.3.18 -> 1.3.19

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:57 UTC 2018


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 b87b595ab12c19a32c4ae0b71288afcf72cb5684
Author: Kang Kai <kai.kang at windriver.com>
AuthorDate: Mon Aug 6 03:39:07 2018 -0700

    logcheck: 1.3.18 -> 1.3.19
    
    Upgrade logcheck from 1.3.18 to 1.3.19.
    
    * update SRC_URI to replace git repo with tarball that saves some space
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../logcheck/{logcheck_1.3.18.bb => logcheck_1.3.19.bb}            | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.3.18.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.3.19.bb
similarity index 92%
rename from meta-perl/recipes-extended/logcheck/logcheck_1.3.18.bb
rename to meta-perl/recipes-extended/logcheck/logcheck_1.3.19.bb
index 6182c17..873ac2b 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.3.18.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.3.19.bb
@@ -11,12 +11,11 @@ HOMEPAGE = "http://logcheck.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
 
-SRC_URI = "git://salsa.debian.org/debian/logcheck.git;protocol=https \
+SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \
            file://99_logcheck \
 "
-SRCREV = "0a5865d80fa34c55387a1917a3e6f885bcff7f1d"
-
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "7b50d10da6f185228627c55fdd51f624"
+SRC_URI[sha256sum] = "06294c092b2115eca3d054c57778718c91dd2e0fd1c46650b7343c2a92672ca9"
 
 inherit useradd
 

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


More information about the Openembedded-commits mailing list