* [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5
@ 2014-10-15 7:25 Jörg Krause
2014-10-15 8:22 ` Jerzy Grzegorek
0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2014-10-15 7:25 UTC (permalink / raw)
To: buildroot
* bump to version 1.9.5
* fix version and site symbol
Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
package/libnfs/libnfs.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
index a17d8c3..f2d7938 100644
--- a/package/libnfs/libnfs.mk
+++ b/package/libnfs/libnfs.mk
@@ -4,8 +4,8 @@
#
################################################################################
-LIBNFS_VERSION = libnfs-1.8.0
-LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
+LIBNFS_VERSION = 1.9.5
+LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
LIBNFS_INSTALL_STAGING = YES
LIBNFS_AUTORECONF = YES
LIBNFS_MAKE = $(MAKE1)
--
2.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5
2014-10-15 7:25 [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5 Jörg Krause
@ 2014-10-15 8:22 ` Jerzy Grzegorek
2014-10-15 9:15 ` Jörg Krause
0 siblings, 1 reply; 4+ messages in thread
From: Jerzy Grzegorek @ 2014-10-15 8:22 UTC (permalink / raw)
To: buildroot
Hi J?rg,
> * bump to version 1.9.5
> * fix version and site symbol
>
> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> ---
> package/libnfs/libnfs.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
> index a17d8c3..f2d7938 100644
> --- a/package/libnfs/libnfs.mk
> +++ b/package/libnfs/libnfs.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -LIBNFS_VERSION = libnfs-1.8.0
> -LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
> +LIBNFS_VERSION = 1.9.5
> +LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
Since the tag of libnfs version 1.9.5 is libnfs-1.9.5
so this should be:
+LIBNFS_VERSION = libnfs-1.9.5
+LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
Regards,
Jerzy
> LIBNFS_INSTALL_STAGING = YES
> LIBNFS_AUTORECONF = YES
> LIBNFS_MAKE = $(MAKE1)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5
2014-10-15 8:22 ` Jerzy Grzegorek
@ 2014-10-15 9:15 ` Jörg Krause
2014-10-15 11:57 ` Arnout Vandecappelle
0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2014-10-15 9:15 UTC (permalink / raw)
To: buildroot
Hi Jerzy,
On 10/15/2014 10:22 AM, Jerzy Grzegorek wrote:
> Hi J?rg,
>
>> * bump to version 1.9.5
>> * fix version and site symbol
>>
>> Signed-off-by: J?rg Krause <jkrause@posteo.de>
>> ---
>> package/libnfs/libnfs.mk | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
>> index a17d8c3..f2d7938 100644
>> --- a/package/libnfs/libnfs.mk
>> +++ b/package/libnfs/libnfs.mk
>> @@ -4,8 +4,8 @@
>> #
>> ################################################################################
>> -LIBNFS_VERSION = libnfs-1.8.0
>> -LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
>> +LIBNFS_VERSION = 1.9.5
>> +LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
>
> Since the tag of libnfs version 1.9.5 is libnfs-1.9.5
> so this should be:
>
> +LIBNFS_VERSION = libnfs-1.9.5
> +LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
>
You're right, the tag is libnfs-1.9.5. I didn't liked that libnfs was
build in libnfs-libnfs-1.9.5 (now it builds in libnfs-1.9.5). But I've
seen in the manual that version should be a tag or a commit. I will fix
this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141015/d16c4fda/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5
2014-10-15 9:15 ` Jörg Krause
@ 2014-10-15 11:57 ` Arnout Vandecappelle
0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2014-10-15 11:57 UTC (permalink / raw)
To: buildroot
On 15/10/14 11:15, J?rg Krause wrote:
> Hi Jerzy,
>
> On 10/15/2014 10:22 AM, Jerzy Grzegorek wrote:
>> Hi J?rg,
>>
>>> * bump to version 1.9.5
>>> * fix version and site symbol
>>>
>>> Signed-off-by: J?rg Krause <jkrause@posteo.de>
>>> ---
>>> package/libnfs/libnfs.mk | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
>>> index a17d8c3..f2d7938 100644
>>> --- a/package/libnfs/libnfs.mk
>>> +++ b/package/libnfs/libnfs.mk
>>> @@ -4,8 +4,8 @@
>>> #
>>>
>>> ################################################################################
>>> -LIBNFS_VERSION = libnfs-1.8.0
>>> -LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
>>> +LIBNFS_VERSION = 1.9.5
>>> +LIBNFS_SITE = $(call github,sahlberg,libnfs,libnfs-$(LIBNFS_VERSION))
>>
>> Since the tag of libnfs version 1.9.5 is libnfs-1.9.5
>> so this should be:
>>
>> +LIBNFS_VERSION = libnfs-1.9.5
>> +LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
>>
>
> You're right, the tag is libnfs-1.9.5. I didn't liked that libnfs was build in
> libnfs-libnfs-1.9.5 (now it builds in libnfs-1.9.5). But I've seen in the manual
> that version should be a tag or a commit. I will fix this.
A patch that clarifies this in the manual would certainly be very welcome!
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-15 11:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 7:25 [Buildroot] [PATCH 1/1] package/libnfs: bump to version 1.9.5 Jörg Krause
2014-10-15 8:22 ` Jerzy Grzegorek
2014-10-15 9:15 ` Jörg Krause
2014-10-15 11:57 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox