mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
python3-privacyidea: add correct path to lib/privacyidea
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>
This commit is contained in:
committed by
Armin Kuster
parent
ab90048862
commit
c29ef97c84
@@ -19,7 +19,7 @@ GROUPADD_PARAM:${PN} = "--system privacyidea"
|
||||
USERADD_PARAM:${PN} = "--system -g privacyidea -o -r -d /opt/${BPN} \
|
||||
--shell /bin/false privacyidea"
|
||||
|
||||
FILES:${PN} += " ${prefix}/etc/privacyidea/* ${datadir}/lib/privacyidea/*"
|
||||
FILES:${PN} += " ${prefix}/etc/privacyidea/* ${prefix}/lib/privacyidea/*"
|
||||
|
||||
RDEPENDS:${PN} += " bash perl freeradius-mysql freeradius-utils"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user