diff options
author | Chris Larson <clarson@kergoth.com> | 2005-02-10 17:17:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-02-10 17:17:41 +0000 |
commit | 13aca5b2a1a4755ba7040cb22b0e8d2eb216c2f5 (patch) | |
tree | 390d7ac9cdbb18a948f326660ea8d73661c6dc31 /packages/quilt/quilt_0.37.bb | |
parent | 117df2399e4d5a3829e44b989b41292b29bcef30 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/02/10 11:17:25-06:00 ti.com!kergoth
Add quilt 0.39.
BKrev: 420b9735QUqhHp3AHqprbuBk5hQOmg
Diffstat (limited to 'packages/quilt/quilt_0.37.bb')
-rw-r--r-- | packages/quilt/quilt_0.37.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/quilt/quilt_0.37.bb b/packages/quilt/quilt_0.37.bb index 05056c4ce7..fde048a456 100644 --- a/packages/quilt/quilt_0.37.bb +++ b/packages/quilt/quilt_0.37.bb @@ -1,11 +1,9 @@ include quilt.inc -PR = "r1" -RSUGGESTS += "wiggle" -SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_0_37 \ +PR = "r2" +SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \ file://install.patch;patch=1 \ - file://nostrip.patch;patch=1 \ - file://wiggle.patch;patch=1" + file://nostrip.patch;patch=1" S = "${WORKDIR}/quilt" inherit autotools gettext |