diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 17:34:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 17:34:59 +0000 |
commit | ec740ac770d2124cbae1ab936d85b8343076c53b (patch) | |
tree | 1587078f9d4822ec3e7d4ff21515fca43d8ccfbd /meta/recipes-devtools/quilt/quilt-native_0.48.bb | |
parent | f33d78ffef9d4b841dd734ca44b0c6c54e097bb8 (diff) | |
download | poky-ec740ac770d2124cbae1ab936d85b8343076c53b.tar.gz |
Revert "quilt: fix patch version detection"
This reverts commit bc31351f6989372c7feb403f23532afd1f510fb1.
This change is already applied against configure, not configure.ac. This change forces a
reautoconf of quilt-native before we've built autoconf and if "git-desc" isn't present it
can result in further problems. The simplest solution is to revert this change.
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt-native_0.48.bb')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt-native_0.48.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.48.bb b/meta/recipes-devtools/quilt/quilt-native_0.48.bb index 3cfe3959c5..a62531e39d 100644 --- a/meta/recipes-devtools/quilt/quilt-native_0.48.bb +++ b/meta/recipes-devtools/quilt/quilt-native_0.48.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require quilt.inc | 1 | require quilt.inc |
2 | require quilt-native.inc | 2 | require quilt-native.inc |
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" | 6 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" |
7 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" | 7 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" |