aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@fujitsu.com>2022-08-08 15:01:26 +0800
committerArmin Kuster <akuster808@gmail.com>2022-08-09 09:54:49 -0700
commitd15e41f86c5737f1111515afa87f852b96f56847 (patch)
tree639cf9aef24f8190f1464c41ed44edb83b14701b
parentacbe74879807fc6f82b62525d32c823899e19036 (diff)
downloadmeta-openembedded-contrib-d15e41f86c5737f1111515afa87f852b96f56847.tar.gz
xrdp: Fix buildpaths warning.
Don't print configure message. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit abe35f5953af99da4bf6b8d023ee4516ec4710fa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb
index 7ec6ae15f6..947ca75388 100644
--- a/meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb
+++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb
@@ -49,6 +49,7 @@ do_configure:prepend() {
do_compile:prepend() {
sed -i 's/(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am/(MAKE) $(AM_MAKEFLAGS) install-exec-am/g' ${S}/keygen/Makefile.in
+ echo "" > ${B}/xrdp_configure_options.h
}
do_install:append() {