[PATCH 9/9] setools fix do_configure
setools: change autotools to autotools-brokensep and bump rev.
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-security/setools/setools_3.3.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-security/setools/setools_3.3.8.bb b/recipes-security/setools/setools_3.3.8.bb index 78ed06d..b3bad6b 100644 --- a/recipes-security/setools/setools_3.3.8.bb +++ b/recipes-security/setools/setools_3.3.8.bb @@ -12,6 +12,8 @@ SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV SRC_URI[md5sum] = "d68d0d4e4da0f01da0f208782ff04b91" SRC_URI[sha256sum] = "44387ecc9a231ec536a937783440cd8960a72c51f14bffc1604b7525e341e999" +PR .= ".1" + SRC_URI += "file://setools-neverallow-rules-all-always-fail.patch" SRC_URI += "file://setools-Fix-sepol-calls-to-work-with-latest-libsepol.patch" #SRC_URI += "file://setools-Changes-to-support-named-file_trans-rules.patch" @@ -69,7 +71,7 @@ FILES_${PN} += "\ ${mandir}/man1/sesearch.1.gz \ " -inherit autotools pythonnative +inherit autotools-brokensep pythonnative # need to export these variables for python-config to work export BUILD_SYS -- 1.9.1 |
|