From db41118438cb896f5abd6dc74316fa1b03f649fd Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 5 Feb 2018 10:33:10 +0530 Subject: [PATCH] smack: update to 1.3.1 drop git hash from PV Use master branch Signed-off-by: Armin Kuster --- recipes-security/smack/{smack_1.3.0.bb => smack_1.3.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/smack/{smack_1.3.0.bb => smack_1.3.1.bb} (92%) diff --git a/recipes-security/smack/smack_1.3.0.bb b/recipes-security/smack/smack_1.3.1.bb similarity index 92% rename from recipes-security/smack/smack_1.3.0.bb rename to recipes-security/smack/smack_1.3.1.bb index 4c41f6c..246562a 100644 --- a/recipes-security/smack/smack_1.3.0.bb +++ b/recipes-security/smack/smack_1.3.1.bb @@ -5,13 +5,13 @@ LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -SRCREV = "478f68d182c5070f510482194d3e097b11c21907" +SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8" SRC_URI = " \ - git://github.com/smack-team/smack.git;branch=v1.3.x \ + git://github.com/smack-team/smack.git \ file://smack_generator_make_fixup.patch \ file://run-ptest" -PV = "1.3.0+git${SRCPV}" +PV = "1.3.1" inherit autotools update-rc.d pkgconfig ptest ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}