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 1/8] package/qbe: new host package
Date: Sun, 02 Aug 2026 17:34:23 +0200 [thread overview]
Message-ID: <99cacf73d36b6773a390e5b62b2cdf99@free.fr> (raw)
In-Reply-To: <20260721093932.282565-2-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>
> ---
> DEVELOPERS | 1 +
> package/qbe/qbe.hash | 5 +++++
> package/qbe/qbe.mk | 22 ++++++++++++++++++++++
> 3 files changed, 28 insertions(+)
> create mode 100644 package/qbe/qbe.hash
> create mode 100644 package/qbe/qbe.mk
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 3530d515a..23c95db6f 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1177,6 +1177,7 @@ F: package/coxpcall/
> F: package/dado/
> F: package/ficl/
> F: package/janet/
> +F: package/qbe/
> F: package/libtomcrypt/
> F: package/libtommath/
> F: package/linenoise/
> diff --git a/package/qbe/qbe.hash b/package/qbe/qbe.hash
> new file mode 100644
> index 000000000..2250c493a
> --- /dev/null
> +++ b/package/qbe/qbe.hash
> @@ -0,0 +1,5 @@
> +# Hashes from: https://c9x.me/compile/releases.html
> +sha256
> a6d50eb952525a234bf76ba151861f73b7a382ac952d985f2b9af1df5368225d
> qbe-1.2.tar.xz
> +
> +# Locally computed
> +sha256
> 2b026a9038be00b1102da922775ffea4857ea755f63694efc36dcbcbdebf23d6
> LICENSE
> diff --git a/package/qbe/qbe.mk b/package/qbe/qbe.mk
> new file mode 100644
> index 000000000..a6e3e4d57
> --- /dev/null
> +++ b/package/qbe/qbe.mk
> @@ -0,0 +1,22 @@
> +################################################################################
> +#
> +# qbe
> +#
> +################################################################################
> +
> +QBE_VERSION = 1.2
> +QBE_SITE = https://c9x.me/compile/release
> +QBE_SOURCE = qbe-$(QBE_VERSION).tar.xz
> +QBE_LICENSE = MIT
> +QBE_LICENSE_FILES = LICENSE
> +
> +define HOST_QBE_BUILD_CMDS
> + $(HOST_MAKE_ENV) $(MAKE) -C $(@D)
> +endef
> +
> +define HOST_QBE_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:34 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 [this message]
2026-07-21 9:39 ` [Buildroot] [PATCH v3 2/8] package/scdoc: " Francois Perrad
2026-08-02 15:35 ` Julien Olivain via buildroot
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=99cacf73d36b6773a390e5b62b2cdf99@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