From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Alistair Francis <alistair23@gmail.com>
Cc: Samuel Martin <s.martin49@gmail.com>,
Alistair Francis <alistair.francis@wdc.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v4] package/libspdm: new package
Date: Mon, 11 Sep 2023 09:13:25 +0200 [thread overview]
Message-ID: <20230911091325.02fab21c@windsurf> (raw)
In-Reply-To: <20230904033632.817444-1-alistair.francis@wdc.com>
Hello,
On Mon, 4 Sep 2023 13:36:32 +1000
Alistair Francis <alistair23@gmail.com> wrote:
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Thanks, I have applied, with one change.
> +LIBSPDM_VERSION = 3.0.0
> +LIBSPDM_SITE = $(call github,DMTF,libspdm,$(LIBSPDM_VERSION))
> +LIBSPDM_LICENSE = BSD-3-Clause
> +LIBSPDM_LICENSE_FILES = LICENSE.md
> +
> +LIBSPDM_INSTALL_STAGING = YES
I've added:
LIBSPDM_INSTALL_TARGET = NO
here, as this package only installs header files + static libraries, so
nothing goes into $(TARGET_DIR).
> +define LIBSPDM_INSTALL_TARGET_CMDS
> + mkdir -p $(TARGET_DIR)/usr/lib
> + cp -dpfr $(@D)/lib/* $(TARGET_DIR)/usr/lib/
> +endef
And I dropped this as a consequence.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-09-11 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-04 3:36 [Buildroot] [PATCH v4] package/libspdm: new package Alistair Francis
2023-09-11 7:13 ` Thomas Petazzoni via buildroot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230911091325.02fab21c@windsurf \
--to=buildroot@buildroot.org \
--cc=alistair.francis@wdc.com \
--cc=alistair23@gmail.com \
--cc=s.martin49@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.