• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/autoconf/0001-dont-add-dirty-to-version.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
autoconf: don't append -dirty to version
2
​
3
Don't append -dirty to autoconf version number if the buildroot git tree
4
has uncommited changes.
5
​
6
This script is meant for the autoconf developers, but it also activates
7
if you build autoconf in a subdirectory of a git tree (E.G. like how it's
8
commonly done in buildroot).
9
​
10
The affect is that autoconf gets built as being version 2.65-dirty, which
11
breaks programs (like Python) which explicitly checks for autoconf-2.65.
12
​
13
[Gustavo: update for autoconf 2.69]
14
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
16
​
17
diff -Nura autoconf-2.69.orig/build-aux/git-version-gen autoconf-2.69/build-aux/git-version-gen
18
--- autoconf-2.69.orig/build-aux/git-version-gen    2013-06-27 11:31:02.340200154 -0300
19
+++ autoconf-2.69/build-aux/git-version-gen 2013-06-27 11:31:13.734577033 -0300
20
@@ -203,7 +203,7 @@
21
       *) # Append the suffix only if there isn't one already.
22
           case $v in
23
             *-dirty) ;;
24
-            *) v="$v-dirty" ;;
25
+            #*) v="$v-dirty" ;;
26
           esac ;;
27
   esac
28
 fi
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.