diff options
author | 2020-10-17 08:24:04 -0700 | |
---|---|---|
committer | 2020-10-17 08:24:04 -0700 | |
commit | 71fb4e16b33b139b5ec1ce38e8cfc5b383efa714 (patch) | |
tree | 1074c48d5a9dfcb139e7031b90ea676f8be2068d /recipes-mac/AppArmor/apparmor_2.13.4.bb | |
parent | a8340f10ead7d36d2dd06e0e17a9025bd4d4cc7d (diff) | |
download | meta-security-71fb4e16b33b139b5ec1ce38e8cfc5b383efa714.tar.gz meta-security-71fb4e16b33b139b5ec1ce38e8cfc5b383efa714.tar.bz2 meta-security-71fb4e16b33b139b5ec1ce38e8cfc5b383efa714.zip |
apparmor: fix issue with older use of shell in make
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-mac/AppArmor/apparmor_2.13.4.bb')
-rw-r--r-- | recipes-mac/AppArmor/apparmor_2.13.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-mac/AppArmor/apparmor_2.13.4.bb b/recipes-mac/AppArmor/apparmor_2.13.4.bb index 6ba1ea8..c1f038f 100644 --- a/recipes-mac/AppArmor/apparmor_2.13.4.bb +++ b/recipes-mac/AppArmor/apparmor_2.13.4.bb @@ -24,6 +24,7 @@ SRC_URI = " \ file://0001-Makefile.am-suppress-perllocal.pod.patch \ file://run-ptest \ file://0001-regression-tests-Don-t-build-syscall_sysctl-if-missi.patch \ + file://0001-tests-regression-fix-failure-on-older-versions-of-Ma.patch \ " SRCREV = "df0ac742f7a1146181d8734d03334494f2015134" |