All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] uClibc: 0.9.33.1: fix version (soname) number
@ 2012-04-23  7:26 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2012-04-23  7:26 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=f00424cff00bdabd54350eb82deb908676e86a1d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For some reason, the version number in the 0.9.33.1 tarball is wrong.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/uClibc/uClibc-0.9.33.1-version.patch |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/toolchain/uClibc/uClibc-0.9.33.1-version.patch b/toolchain/uClibc/uClibc-0.9.33.1-version.patch
new file mode 100644
index 0000000..37f8565
--- /dev/null
+++ b/toolchain/uClibc/uClibc-0.9.33.1-version.patch
@@ -0,0 +1,23 @@
+[PATCH] fix version number
+
+Somehow the 0.9.33.1 tarball thinks it is 0.9.33.2-git, as pointed out
+by Mike Frysinger.
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ Rules.mak |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: uClibc-0.9.33.1/Rules.mak
+===================================================================
+--- uClibc-0.9.33.1.orig/Rules.mak
++++ uClibc-0.9.33.1/Rules.mak
+@@ -105,7 +105,7 @@
+ MAJOR_VERSION := 0
+ MINOR_VERSION := 9
+ SUBLEVEL      := 33
+-EXTRAVERSION  :=.2-git
++EXTRAVERSION  :=.1
+ VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
+ ABI_VERSION   := $(MAJOR_VERSION)
+ ifneq ($(EXTRAVERSION),)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-23  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23  7:26 [Buildroot] [git commit] uClibc: 0.9.33.1: fix version (soname) number Peter Korsgaard

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.