From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Francois Perrad <francois.perrad.86@gmail.com>
Cc: buildroot@busybox.net
Subject: Re: [Buildroot] [PATCH v3 2/8] package/scdoc: new host package
Date: Sun, 02 Aug 2026 17:35:37 +0200 [thread overview]
Message-ID: <37396fe33ac575b6419b32a159b0376b@free.fr> (raw)
In-Reply-To: <20260721093932.282565-3-francois.perrad.86@gmail.com>
Hi Francois,
On 21/07/2026 11:39, Francois Perrad wrote:
> dependency for host-hare
>
> Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com>
> ---
[...]
> diff --git a/package/scdoc/scdoc.mk b/package/scdoc/scdoc.mk
> new file mode 100644
> index 000000000..80ee9ce76
> --- /dev/null
> +++ b/package/scdoc/scdoc.mk
> @@ -0,0 +1,22 @@
> +################################################################################
> +#
> +# scdoc
> +#
> +################################################################################
> +
> +SCDOC_VERSION = 1.11.4
> +SCDOC_SITE = https://git.sr.ht/~sircmpwn/scdoc/archive
> +SCDOC_SOURCE = $(SCDOC_VERSION).tar.gz
> +SCDOC_LICENSE = MIT
> +SCDOC_LICENSE_FILES = COPYING
> +
> +define HOST_SCDOC_BUILD_CMDS
> + $(HOST_MAKE_ENV) $(MAKE) -C $(@D) all
> +endef
> +
> +define HOST_SCDOC_INSTALL_CMDS
> + $(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
> + PREFIX=/usr DESTDIR="$(HOST_DIR)" install
Buildroot decided a long time ago to avoid installing
files in "$(HOST_DIR)/usr/". So the previous line should
be changed to:
PREFIX=/ DESTDIR="$(HOST_DIR)" install
> +endef
> +
> +$(eval $(host-generic-package))
> --
> 2.43.0
Could you send and updated series addressing this, please?
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-08-02 15:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 9:39 [Buildroot] [PATCH v3 0/8] support Hare language Francois Perrad
2026-07-21 9:39 ` [Buildroot] [PATCH v3 1/8] package/qbe: new host package Francois Perrad
2026-08-02 15:34 ` Julien Olivain via buildroot
2026-07-21 9:39 ` [Buildroot] [PATCH v3 2/8] package/scdoc: " Francois Perrad
2026-08-02 15:35 ` Julien Olivain via buildroot [this message]
2026-07-21 9:39 ` [Buildroot] [PATCH v3 3/8] package/harec: " Francois Perrad
2026-08-02 15:30 ` Julien Olivain via buildroot
2026-07-21 9:39 ` [Buildroot] [PATCH v3 4/8] package/hare: " Francois Perrad
2026-08-02 15:28 ` Julien Olivain via buildroot
2026-07-21 9:39 ` [Buildroot] [PATCH v3 5/8] package/pkg-hare.mk: new infrastructure Francois Perrad
2026-08-02 15:33 ` Julien Olivain via buildroot
2026-07-21 9:39 ` [Buildroot] [PATCH v3 6/8] package/hare-ev: new package Francois Perrad
2026-07-21 9:39 ` [Buildroot] [PATCH v3 7/8] package/hare-xml: " Francois Perrad
2026-07-21 9:39 ` [Buildroot] [PATCH v3 8/8] package/hare-dbus: " Francois Perrad
2026-08-02 15:38 ` Julien Olivain via buildroot
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=37396fe33ac575b6419b32a159b0376b@free.fr \
--to=buildroot@buildroot.org \
--cc=buildroot@busybox.net \
--cc=francois.perrad.86@gmail.com \
--cc=ju.o@free.fr \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox