Note the change in the URL from the last release. We were pulling source tarballs generated by GitHub as part of its reponse to the addition of tags. The SELinux project maintains their own releases on the wiki at: https://github.com/SELinuxProject/selinux/wiki/Releases
Signed-off-by: Philip Tricca <[email protected]> --- recipes-security/selinux/selinux_20150202.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-security/selinux/selinux_20150202.inc diff --git a/recipes-security/selinux/selinux_20150202.inc b/recipes-security/selinux/selinux_20150202.inc new file mode 100644 index 0000000..b8d7982 --- /dev/null +++ b/recipes-security/selinux/selinux_20150202.inc @@ -0,0 +1,5 @@ +SELINUX_RELEASE = "20150202" + +SRC_URI = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" + +include selinux_common.inc -- 2.1.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
