All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][kirkstone][PATCH 1/2] xrdp: Fix buildpaths warning.
@ 2022-08-10 15:06 Armin Kuster
  2022-08-10 15:06 ` [meta-oe][kirkstone][PATCH 2/2] audit: Upgrade to 3.0.8 and fix build with linux 5.17+ Armin Kuster
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2022-08-10 15:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Lei Maohui, Khem Raj

From: Lei Maohui <leimaohui@fujitsu.com>

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>
---
 meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb | 1 +
 1 file changed, 1 insertion(+)

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() {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-10 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 15:06 [meta-oe][kirkstone][PATCH 1/2] xrdp: Fix buildpaths warning Armin Kuster
2022-08-10 15:06 ` [meta-oe][kirkstone][PATCH 2/2] audit: Upgrade to 3.0.8 and fix build with linux 5.17+ Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.