All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] Update gdisk (gptfdisk) to version 0.8.5.
Date: Thu, 14 Jun 2012 09:04:08 +0200	[thread overview]
Message-ID: <20120614090408.18178089@skate> (raw)
In-Reply-To: <4FD91F63.5030806@mind.be>

Le Thu, 14 Jun 2012 01:16:51 +0200,
Arnout Vandecappelle <arnout@mind.be> a ?crit :

> > -GDISK_VERSION = 0.6.14
> > +GDISK_VERSION = 0.8.5
> >   GDISK_SITE =
> > http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gptfdisk
> > -GDISK_SOURCE = gdisk-$(GDISK_VERSION).tgz +GDISK_SOURCE =
> > gptfdisk-$(GDISK_VERSION).tar.gz
> >
> >   GDISK_TARGETS_$(BR2_PACKAGE_GDISK_GDISK) += gdisk
> >   GDISK_TARGETS_$(BR2_PACKAGE_GDISK_SGDISK) += sgdisk
> 
>   Since the upstream name has changed, I would change the buildroot
> package name as well.  Again, it's a bit more work though.  Also it
> would make existing config files that select gdisk invalid - I'm not
> sure if Peter allows that.

You can rename the package, and do something like:

config BR2_PACKAGE_NEW_NAME
	bool "new-name"
	help
	  Blabla

# This is a transitional option kept for compatibility 
# reasons with the old name of this package. It can be removed
# in 2013.05
config BR2_PACKAGE_OLD_NAME
	bool
	select BR2_PACKAGE_NEW_NAME

So that existing configurations continue to work for one year.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2012-06-14  7:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-13 22:20 [Buildroot] [PATCH v2] Update gdisk (gptfdisk) to version 0.8.5 Justin Maggard
2012-06-13 23:16 ` Arnout Vandecappelle
2012-06-14  7:04   ` Thomas Petazzoni [this message]
2012-06-14  7:22     ` 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=20120614090408.18178089@skate \
    --to=thomas.petazzoni@free-electrons.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.