patches/uClibc/0.9.32/100-bump-version-to-0.9.32.1-git.patch
author David Holsgrove <david.holsgrove@xilinx.com>
Thu Oct 04 13:26:14 2012 +1000 (2012-10-04)
changeset 3075 aadd4647dd91
permissions -rw-r--r--
scripts/functions: add a generic custom location infrastructure

Add a generic custom location infrastructure (inspired by the one in
kernel/linux) to allow the user to use custom tarballs or directories
for any component.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
[yann.morin.1998@free.fr: move config option, improve help text, fix API doc]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <131c163c69f9cc81d2be.1349931191@localhost.localdomain>
PatchWork-Id: 190784
Message-Id: <0bbaba9190a76ba97f72.1349931192@localhost.localdomain>
PatchWork-Id: 190785
yann@2518
     1
commit 608e138586993d3c59c65c2958d9a98cf0d4d1eb
yann@2518
     2
Author: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     3
Date:   Wed Jun 8 21:47:42 2011 +0200
yann@2518
     4
yann@2518
     5
    bump version to 0.9.32.1-git
yann@2518
     6
    
yann@2518
     7
    Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     8
yann@2518
     9
diff --git a/Rules.mak b/Rules.mak
yann@2518
    10
index fe06c24..a00deea 100644
yann@2518
    11
--- a/Rules.mak
yann@2518
    12
+++ b/Rules.mak
yann@2518
    13
@@ -106,7 +106,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
yann@2518
    14
 MAJOR_VERSION := 0
yann@2518
    15
 MINOR_VERSION := 9
yann@2518
    16
 SUBLEVEL      := 32
yann@2518
    17
-EXTRAVERSION  :=
yann@2518
    18
+EXTRAVERSION  :=.1-git
yann@2518
    19
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
yann@2518
    20
 ABI_VERSION   := $(MAJOR_VERSION)
yann@2518
    21
 ifneq ($(EXTRAVERSION),)