summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-05 10:33:10 +0530
committerArmin Kuster <akuster808@gmail.com>2018-02-14 11:56:35 -0800
commitdb41118438cb896f5abd6dc74316fa1b03f649fd (patch)
treeec0a52d51babbc779830d08cf40f424aef5caf4d
parent195ca4f48eb2a3aa956852413ad05cdeea2bdb0b (diff)
downloadmeta-security-db41118438cb896f5abd6dc74316fa1b03f649fd.tar.gz
smack: update to 1.3.1
drop git hash from PV Use master branch Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/smack/smack_1.3.1.bb (renamed from recipes-security/smack/smack_1.3.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/smack/smack_1.3.0.bb b/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"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7 7
8SRCREV = "478f68d182c5070f510482194d3e097b11c21907" 8SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8"
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/smack-team/smack.git;branch=v1.3.x \ 10 git://github.com/smack-team/smack.git \
11 file://smack_generator_make_fixup.patch \ 11 file://smack_generator_make_fixup.patch \
12 file://run-ptest" 12 file://run-ptest"
13 13
14PV = "1.3.0+git${SRCPV}" 14PV = "1.3.1"
15 15
16inherit autotools update-rc.d pkgconfig ptest ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 16inherit autotools update-rc.d pkgconfig ptest ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
17 17