diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-14 23:14:10 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-14 23:14:10 +0000 |
commit | aa59c6f117e3223fd58faffd9947dcd94a3881d5 (patch) | |
tree | c9a3a199a0fd120d3ed90736fdeb789b2ed35afe /packages/quilt/quilt.inc | |
parent | 188f616ebe2b39f1975f23f4029bbd09f0554102 (diff) |
quilt: update to quilt 0.46. Fixes 1960.
* rstreamline bb
* move version 0.39 to packages/obsolete
Diffstat (limited to 'packages/quilt/quilt.inc')
-rw-r--r-- | packages/quilt/quilt.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/quilt/quilt.inc b/packages/quilt/quilt.inc index ee90455fca..33bc0f62ea 100644 --- a/packages/quilt/quilt.inc +++ b/packages/quilt/quilt.inc @@ -2,8 +2,9 @@ DESCRIPTION = "Tool to work with series of patches." HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" SECTION = "devel" LICENSE = "GPL" -PR = "r1" +PR = "r2" -SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz " +SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ + file://install.patch;patch=1" S = "${WORKDIR}/quilt-${PV}" |