* [PATCH] libfdt: Add static lib to meson build
@ 2021-11-11 0:33 Rob Herring
[not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2021-11-11 0:33 UTC (permalink / raw)
To: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA
The meson build is not building the static libfdt, so add it.
Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
libfdt/meson.build | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/libfdt/meson.build b/libfdt/meson.build
index 0307ffb8d7b9..71f29b61e870 100644
--- a/libfdt/meson.build
+++ b/libfdt/meson.build
@@ -24,6 +24,11 @@ libfdt = library(
install: true,
)
+libfdt_a = static_library(
+ 'fdt', sources,
+ install: true,
+)
+
libfdt_inc = include_directories('.')
libfdt_dep = declare_dependency(
--
2.32.0
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] libfdt: Add static lib to meson build [not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> @ 2021-11-11 3:20 ` Simon Glass [not found] ` <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Simon Glass @ 2021-11-11 3:20 UTC (permalink / raw) To: Rob Herring; +Cc: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA Hi, On Wed, 10 Nov 2021 at 17:33, Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > > The meson build is not building the static libfdt, so add it. > > Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > --- > libfdt/meson.build | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> Tested-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> I have again lost the patchwork thing for this mailing list. Any hints? Regards, Simon ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] libfdt: Add static lib to meson build [not found] ` <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2021-11-11 3:27 ` David Gibson 0 siblings, 0 replies; 3+ messages in thread From: David Gibson @ 2021-11-11 3:27 UTC (permalink / raw) To: Simon Glass; +Cc: Rob Herring, devicetree-compiler-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 854 bytes --] On Wed, Nov 10, 2021 at 08:20:52PM -0700, Simon Glass wrote: > Hi, > On Wed, 10 Nov 2021 at 17:33, Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > > > > The meson build is not building the static libfdt, so add it. > > > > Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > > --- > > libfdt/meson.build | 5 +++++ > > 1 file changed, 5 insertions(+) > > Reviewed-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > Tested-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > > I have again lost the patchwork thing for this mailing list. Any > hints? Applied, thanks. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-11 3:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-11 0:33 [PATCH] libfdt: Add static lib to meson build Rob Herring
[not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2021-11-11 3:20 ` Simon Glass
[not found] ` <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-11-11 3:27 ` David Gibson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).