From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 09/30] package/musl-fts: new package
Date: Mon, 23 Sep 2019 15:33:37 +0200 [thread overview]
Message-ID: <20190923153337.1e4a2ed0@windsurf> (raw)
In-Reply-To: <CANQCQpbDfgRAvwf1caXcRJV5k1Mi=NeRyiUaE9RS-hCOQ9UWEg@mail.gmail.com>
On Mon, 23 Sep 2019 08:12:17 -0500
Matthew Weber <matthew.weber@collins.com> wrote:
> > +MUSL_FTS_VERSION = v1.2.7
>
> Does it make sense in this case to move the "v" to the SITE like the
> other version fix-ups? I checked release monitoring and it doesn't
> look like there is an entry yet for this package (ie. no precedence
> has been set yet)
It makes complete sense to move the "v" to the site of course. My bad,
this patch was sitting in a Buildroot branch for quite a while, and I
didn't rework it after the "v" cleanup in all other Buildroot packages.
I'll wait for other comments before sending a v2 (which would be
another 22 patches sent on the mailing list), unless someone applies my
patch and does the fix.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-09-23 13:33 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-22 9:06 [Buildroot] [PATCH 00/30] SELinux improvements Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 01/30] package/policycoreutils: drop host-dbus-glib dependency from host-policycoreutils Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 02/30] package/policycoreutils: drop host-python(3) dependency for host-policycoreutils Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 03/30] package/policycoreutils: drop host-setools dependency from host-policycoreutils Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 04/30] package/policycoreutils: drop ARCH variable Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 05/30] package/policycoreutils: don't pass DESTDIR when building host variant Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 06/30] package/libsemanage: drop dependency on ustr Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 07/30] package/ustr: remove package Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 08/30] package/libsemanage: reformat HOST_LIBSEMANAGE_DEPENDENCIES Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 09/30] package/musl-fts: new package Thomas Petazzoni
2019-09-23 13:12 ` Matthew Weber
2019-09-23 13:33 ` Thomas Petazzoni [this message]
2019-09-23 13:36 ` [Buildroot] [External] " Matthew Weber
2019-09-23 13:44 ` Thomas Petazzoni
2019-10-09 22:31 ` [Buildroot] " Arnout Vandecappelle
2019-10-10 7:05 ` Thomas Petazzoni
2019-10-10 11:22 ` Petr Vorel
2019-09-22 9:06 ` [Buildroot] [PATCH 10/30] package/libselinux: allow building on !glibc using musl-fts Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 11/30] package/busybox: selinux support now available on !glibc configs Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 12/30] package/checkpolicy: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 13/30] package/audit: re-enable on musl Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 14/30] package/selinux-python: now available on !glibc configs Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 15/30] package/setools: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 16/30] package/android-tools: fastboot now available on !glibc toolchains Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 17/30] package/restorecond: now available on !glibc configs Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 18/30] package/libsemanage: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 19/30] package/policycoreutils: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 20/30] package/refpolicy: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 21/30] package/libselinux: re-enable on ARC Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 22/30] package/setools: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 23/30] package/checkpolicy: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 24/30] package/selinux-python: re-enable audit2allow " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 25/30] package/busybox: re-enable SELinux support " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 26/30] package/restorecond: re-enable " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 27/30] package/libsemanage: drop !BR2_arc dependency Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 28/30] package/policycoreutils: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 29/30] package/refpolicy: " Thomas Petazzoni
2019-09-22 9:06 ` [Buildroot] [PATCH 30/30] package/android-tools: re-enable fastboot on ARC Thomas Petazzoni
2019-09-22 18:09 ` [Buildroot] [PATCH 00/30] SELinux improvements Arnout Vandecappelle
2019-10-09 22:21 ` Arnout Vandecappelle
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=20190923153337.1e4a2ed0@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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.