Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] continue sanitizing '<pkg>_VERSION' variable
@ 2019-07-09  7:45 Victor Huesca
  2019-07-09  7:45 ` [Buildroot] [PATCH 1/3] package/pkg-generic: allow to use <pkg>_DL_VERSION in packages .mk files Victor Huesca
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Victor Huesca @ 2019-07-09  7:45 UTC (permalink / raw)
  To: buildroot

This patch expose the '_DL_VERSION' variable to packages and allow packages
to override it. The goal is to have a clean '_VERSION' variable while preserving
the current operation. In particular, this does not add any new variable since it
was used internaly and is pretty generic so it can handle multiple corner cases
(and not only the git ones).

The 2 following commits uses this variable to sanitize the '_VERSION' variable for
git-fetch packages.


Victor Huesca (3):
  package/pkg-generic: allow to use <pkg>_DL_VERSION in packages .mk
    files
  package: remove common prefix/suffix from git-fetched packages
  package: remove non-conventional prefix/suffix from git-fetched
    packages

 boot/lpc32xxcdl/lpc32xxcdl.mk               | 3 ++-
 package/at/at.mk                            | 3 ++-
 package/brickd/brickd.mk                    | 3 ++-
 package/ctorrent/ctorrent.mk                | 3 ++-
 package/dt-utils/dt-utils.mk                | 3 ++-
 package/f2fs-tools/f2fs-tools.mk            | 3 ++-
 package/fio/fio.mk                          | 3 ++-
 package/fmc/fmc.mk                          | 3 ++-
 package/fmlib/fmlib.mk                      | 3 ++-
 package/gstreamer1/gst1-shark/gst1-shark.mk | 3 ++-
 package/linux-zigbee/linux-zigbee.mk        | 3 ++-
 package/netcat-openbsd/netcat-openbsd.mk    | 3 ++-
 package/pkg-generic.mk                      | 4 +++-
 package/rcw/rcw.mk                          | 3 ++-
 package/speexdsp/speexdsp.mk                | 3 ++-
 package/trace-cmd/trace-cmd.mk              | 3 ++-
 16 files changed, 33 insertions(+), 16 deletions(-)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-10 16:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-09  7:45 [Buildroot] [PATCH 0/3] continue sanitizing '<pkg>_VERSION' variable Victor Huesca
2019-07-09  7:45 ` [Buildroot] [PATCH 1/3] package/pkg-generic: allow to use <pkg>_DL_VERSION in packages .mk files Victor Huesca
2019-07-09 18:30   ` Arnout Vandecappelle
2019-07-10 11:15     ` Victor Huesca
2019-07-10 16:12   ` Thomas Petazzoni
2019-07-09  7:45 ` [Buildroot] [PATCH 2/3] package: remove common prefix/suffix from git-fetched packages Victor Huesca
2019-07-09  7:45 ` [Buildroot] [PATCH 3/3] package: remove non-conventional " Victor Huesca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox