mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
d891624096
commit
f523a41888
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user