* [Buildroot] [PATCH] genimage: bump to version 8
@ 2015-09-23 13:34 Vivien Didelot
2015-09-23 13:55 ` Vicente Olivert Riera
0 siblings, 1 reply; 4+ messages in thread
From: Vivien Didelot @ 2015-09-23 13:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
package/genimage/genimage.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index 07d95a4..2dffbc5 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GENIMAGE_VERSION = 7
+GENIMAGE_VERSION = 8
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
--
2.5.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] genimage: bump to version 8
2015-09-23 13:34 [Buildroot] [PATCH] genimage: bump to version 8 Vivien Didelot
@ 2015-09-23 13:55 ` Vicente Olivert Riera
2015-09-23 13:59 ` Vicente Olivert Riera
0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-09-23 13:55 UTC (permalink / raw)
To: buildroot
Dear Vivien Didelot,
thanks a lot for your contribution.
When you bump a version, you also need to provide a new hash for the new
tarball. Please modify package/genimage/genimage.hash accordingly and
send a v2 of your patch. Also, don't forget to mark this one as
deprecated in Patchwork.
Regards,
Vincent.
On 09/23/2015 02:34 PM, Vivien Didelot wrote:
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---
> package/genimage/genimage.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
> index 07d95a4..2dffbc5 100644
> --- a/package/genimage/genimage.mk
> +++ b/package/genimage/genimage.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GENIMAGE_VERSION = 7
> +GENIMAGE_VERSION = 8
> GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
> GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
> GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] genimage: bump to version 8
2015-09-23 13:55 ` Vicente Olivert Riera
@ 2015-09-23 13:59 ` Vicente Olivert Riera
2015-09-23 14:25 ` Vivien Didelot
0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-09-23 13:59 UTC (permalink / raw)
To: buildroot
Dear Vivien Didelot,
On 09/23/2015 02:55 PM, Vicente Olivert Riera wrote:
> Dear Vivien Didelot,
>
> thanks a lot for your contribution.
>
> When you bump a version, you also need to provide a new hash for the new
> tarball. Please modify package/genimage/genimage.hash accordingly and
> send a v2 of your patch. Also, don't forget to mark this one as
> deprecated in Patchwork.
s/deprecated/supersesded
Sorry, I'm not having a good day.
Regards,
Vincent.
>
> Regards,
>
> Vincent.
>
> On 09/23/2015 02:34 PM, Vivien Didelot wrote:
>> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
>> ---
>> package/genimage/genimage.mk | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
>> index 07d95a4..2dffbc5 100644
>> --- a/package/genimage/genimage.mk
>> +++ b/package/genimage/genimage.mk
>> @@ -4,7 +4,7 @@
>> #
>> ################################################################################
>>
>> -GENIMAGE_VERSION = 7
>> +GENIMAGE_VERSION = 8
>> GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
>> GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
>> GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] genimage: bump to version 8
2015-09-23 13:59 ` Vicente Olivert Riera
@ 2015-09-23 14:25 ` Vivien Didelot
0 siblings, 0 replies; 4+ messages in thread
From: Vivien Didelot @ 2015-09-23 14:25 UTC (permalink / raw)
To: buildroot
Hi Vicente,
On Sep. Wednesday 23 (39) 02:59 PM, Vicente Olivert Riera wrote:
> Dear Vivien Didelot,
>
> On 09/23/2015 02:55 PM, Vicente Olivert Riera wrote:
> > Dear Vivien Didelot,
> >
> > thanks a lot for your contribution.
> >
> > When you bump a version, you also need to provide a new hash for the new
> > tarball. Please modify package/genimage/genimage.hash accordingly and
> > send a v2 of your patch. Also, don't forget to mark this one as
> > deprecated in Patchwork.
>
> s/deprecated/supersesded
>
> Sorry, I'm not having a good day.
Thanks for the explanation! Will do.
Best,
-v
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-23 14:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 13:34 [Buildroot] [PATCH] genimage: bump to version 8 Vivien Didelot
2015-09-23 13:55 ` Vicente Olivert Riera
2015-09-23 13:59 ` Vicente Olivert Riera
2015-09-23 14:25 ` Vivien Didelot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox