From abe35f5953af99da4bf6b8d023ee4516ec4710fa Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Mon, 8 Aug 2022 15:01:26 +0800 Subject: [PATCH] xrdp: Fix buildpaths warning. Don't print configure message. Signed-off-by: Lei Maohui Signed-off-by: Khem Raj --- meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb index 207315efe7..3e2e84f096 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.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() {