diff options
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb index 0fc779a60e..4cb452608e 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb | |||
@@ -54,6 +54,10 @@ FILES:libfreerdp = "${libdir}/lib*${SOLIBS}" | |||
54 | 54 | ||
55 | PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*" | 55 | PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*" |
56 | 56 | ||
57 | do_configure:append() { | ||
58 | sed -i -e 's|${WORKDIR}||g' ${B}/buildflags.h | ||
59 | } | ||
60 | |||
57 | # we will need winpr-makecert to generate TLS certificates | 61 | # we will need winpr-makecert to generate TLS certificates |
58 | do_install:append () { | 62 | do_install:append () { |
59 | install -d ${D}${bindir} | 63 | install -d ${D}${bindir} |