From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libfuse: fix internal version number
Date: Sun, 28 Feb 2016 16:54:11 +0100 [thread overview]
Message-ID: <56D31823.4090500@mind.be> (raw)
In-Reply-To: <1456668330-14361-1-git-send-email-bernd.kuhls@t-online.de>
On 02/28/16 15:05, Bernd Kuhls wrote:
> Upstream forgot to bump the internal version number to 2.9.5 during the
> last update. Roland Franke sent me an e-mail about it before posting
> to the buildroot mailinglist, in order to help the integration of this
> patch into buildroot I am sending this patch formatted by git.
All this explanation should have been below a --- because it doesn't belong in
the git history.
Also, this doesn't explain what the real problem is, something like:
This will generate a library with the wrong library name.
AFAIU this is anyway harmless, so I guess it can go into next.
> Signed-off-by: Roland Franke <fli4l@franke-prem.de>
Bernd, you can't just add someone else's Signed-off-by.
Roland, can you confirm that you sign off this patch (see [1])?
[1] http://developercertificate.org/
With all that:
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> .../libfuse/0002-fix-libfuse-versionsnumber.patch | 33 ++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
> create mode 100644 package/libfuse/0002-fix-libfuse-versionsnumber.patch
>
> diff --git a/package/libfuse/0002-fix-libfuse-versionsnumber.patch b/package/libfuse/0002-fix-libfuse-versionsnumber.patch
> new file mode 100644
> index 0000000..bbcb1e6
> --- /dev/null
> +++ b/package/libfuse/0002-fix-libfuse-versionsnumber.patch
> @@ -0,0 +1,33 @@
> +Fix version number of build files from libfuse to real version
> +
> +Bug was reported upstream: https://github.com/libfuse/libfuse/issues/10
> +and will be fixed with the next release:
> +https://github.com/libfuse/libfuse/issues/10#issuecomment-172380172
> +
> +Signed-off-by: Roland Franke <fli4l@franke-prem.de>
> +[original post: http://lists.busybox.net/pipermail/buildroot/2016-February/154294.html]
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> +[added links to upstream bug report]
> +
> +--- a/lib/Makefile.am
> ++++ b/lib/Makefile.am
> +@@ -37,7 +37,7 @@
> + $(iconv_source) \
> + $(mount_source)
> +
> +-libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:4 \
> ++libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:5 \
> + -Wl,--version-script,$(srcdir)/fuse_versionscript
> +
> + if NETBSD
> +--- a/lib/Makefile.in
> ++++ b/lib/Makefile.in
> +@@ -367,7 +367,7 @@
> + $(iconv_source) \
> + $(mount_source)
> +
> +-libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:4 \
> ++libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:5 \
> + -Wl,--version-script,$(srcdir)/fuse_versionscript
> +
> + @NETBSD_TRUE at libfuse_la_LIBADD = -lperfuse -lpuffs
>
--
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: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2016-02-28 15:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-28 14:05 [Buildroot] [PATCH 1/1] package/libfuse: fix internal version number Bernd Kuhls
2016-02-28 15:54 ` Arnout Vandecappelle [this message]
2016-02-28 16:04 ` Roland Franke
2016-02-28 17:47 ` Peter Korsgaard
2016-02-28 19:22 ` Roland Franke
2016-02-28 19:40 ` Peter Korsgaard
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=56D31823.4090500@mind.be \
--to=arnout@mind.be \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox