summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-udica_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-udica: skip recipe if meta-selinux is not availableBruce Ashfield2022-09-221-0/+2
| | | | | | | | | | meta-selinux has always been a soft dependency of meta-virt, as such, it isn't in the layer dependencies. To avoid yocto compat errors, and keep the dependency soft, we add a skiprecip to udica if meta-selinux is not present. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* devtools: introduce udicaBruce Ashfield2022-09-161-0/+20
udica provides an (easier) way to generate selnux policies for containers. since we already have selinux has a dependency of meta-virt, we might as well make policy creation easier. See https://github.com/containers/udica, for details on how to use the tool. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>