Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-privacyidea: update to 3.7.2 | Armin Kuster | 2022-07-30 | 1 | -38/+0 |
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | python3-privacyidea: add correct path to lib/privacyidea | Jeremy A. Puhlman | 2022-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | Nothing in getting installed in ${datadir}/lib, it is all going to ${prefix}/lib. setuptools pulls in ${libdir}/* so for the base lib case of ${prefix}/lib the build works. If libdir is something else lib64 for example, its still ending up in ${prefix}/lib and it fails to build. Set value to correct path as it is being installed. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | meta-security: move perl and python recipes to dynamic layers structure | Armin Kuster | 2022-05-14 | 1 | -0/+38 |
Signed-off-by: Armin Kuster <akuster808@gmail.com> |