summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-10 17:10:31 +0200
committerArmin Kuster <akuster808@gmail.com>2019-05-12 10:49:36 -0700
commit462d76700a3c2748067d4685db8985c511b1b46c (patch)
tree0828f1a8853b161a09f1f2ab528e825dbad0870a
parent34cb20fe5c5547508f3b91a6b419da09f548f80d (diff)
downloadmeta-security-462d76700a3c2748067d4685db8985c511b1b46c.tar.gz
apparmor: fetch from git
Tarballs from archive.ubuntu.com can and do disappear (similar to archive.debian.org). Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_2.13.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-mac/AppArmor/apparmor_2.13.2.bb b/recipes-mac/AppArmor/apparmor_2.13.2.bb
index 62ed611..4eaec00 100644
--- a/recipes-mac/AppArmor/apparmor_2.13.2.bb
+++ b/recipes-mac/AppArmor/apparmor_2.13.2.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fd57a4b0bc782d7b80fd431f10bbf9d0"
14DEPENDS = "bison-native apr gettext-native coreutils-native" 14DEPENDS = "bison-native apr gettext-native coreutils-native"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz \ 17 git://gitlab.com/apparmor/apparmor.git;protocol=https;branch=apparmor-2.13 \
18 file://disable_perl_h_check.patch \ 18 file://disable_perl_h_check.patch \
19 file://crosscompile_perl_bindings.patch \ 19 file://crosscompile_perl_bindings.patch \
20 file://apparmor.rc \ 20 file://apparmor.rc \
@@ -24,8 +24,8 @@ SRC_URI = " \
24 file://run-ptest \ 24 file://run-ptest \
25 " 25 "
26 26
27SRC_URI[md5sum] = "2439b35266b5a3a461b0a2dba6e863c3" 27SRCREV = "af4808b5f6b58946f5c5a4de4b77df5e0eae6ca0"
28SRC_URI[sha256sum] = "844def9926dfda5c7858428d06e44afc80573f9706458b6e7282edbb40b11a30" 28S = "${WORKDIR}/git"
29 29
30PARALLEL_MAKE = "" 30PARALLEL_MAKE = ""
31 31