mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
uClibc: 0.9.33.1: fix version (soname) number
For some reason, the version number in the 0.9.33.1 tarball is wrong. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d425ddd8b3
commit
f00424cff0
23
toolchain/uClibc/uClibc-0.9.33.1-version.patch
Normal file
23
toolchain/uClibc/uClibc-0.9.33.1-version.patch
Normal file
@ -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),)
|
Loading…
x
Reference in New Issue
Block a user