mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
@@ -54,6 +54,10 @@ FILES:libfreerdp = "${libdir}/lib*${SOLIBS}"
|
||||
|
||||
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
|
||||
do_install:append () {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user