diff options
| -rw-r--r-- | recipes-mac/AppArmor/apparmor_2.13.2.bb | 6 |
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" | |||
| 14 | DEPENDS = "bison-native apr gettext-native coreutils-native" | 14 | DEPENDS = "bison-native apr gettext-native coreutils-native" |
| 15 | 15 | ||
| 16 | SRC_URI = " \ | 16 | SRC_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 | ||
| 27 | SRC_URI[md5sum] = "2439b35266b5a3a461b0a2dba6e863c3" | 27 | SRCREV = "af4808b5f6b58946f5c5a4de4b77df5e0eae6ca0" |
| 28 | SRC_URI[sha256sum] = "844def9926dfda5c7858428d06e44afc80573f9706458b6e7282edbb40b11a30" | 28 | S = "${WORKDIR}/git" |
| 29 | 29 | ||
| 30 | PARALLEL_MAKE = "" | 30 | PARALLEL_MAKE = "" |
| 31 | 31 | ||
