mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
freerdp: Fix reference to TMPDIR in libfreerdp2.so
Fixes
File /usr/lib/libwinpr2.so.2.10.0 in package libfreerdp contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f523a41888)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -54,6 +54,10 @@ FILES:libfreerdp = "${libdir}/lib*${SOLIBS}"
|
|||||||
|
|
||||||
PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*"
|
PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*"
|
||||||
|
|
||||||
|
do_configure:append() {
|
||||||
|
sed -i -e 's|${WORKDIR}||g' ${B}/buildflags.h
|
||||||
|
}
|
||||||
|
|
||||||
# we will need winpr-makecert to generate TLS certificates
|
# we will need winpr-makecert to generate TLS certificates
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
|
|||||||
Reference in New Issue
Block a user