diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-12 21:49:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-12 21:49:59 +0000 |
commit | dcd017d4302db212a9f9bccad9fb6b093182cf5b (patch) | |
tree | f3cd8567ead91758195b0e22c0d304917c360f9c /make | |
parent | 20f1dbe6b6e144efc8dc9ecda274e8da42ac75b6 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/11 16:38:16-06:00 ti.com!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/07 11:54:38-06:00 ti.com!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/07 11:54:29-06:00 ti.com!kergoth
Add patch to fix the SCCS file being left around in make's sources in tmp/ after its SCCS get test.
BKrev: 400316878LTHlSzOBKAXP7eDJNLQ7A
Diffstat (limited to 'make')
-rw-r--r-- | make/make-3.80/SCCS.patch | 0 | ||||
-rw-r--r-- | make/make_3.80.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/make/make-3.80/SCCS.patch b/make/make-3.80/SCCS.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/make/make-3.80/SCCS.patch diff --git a/make/make_3.80.oe b/make/make_3.80.oe index 94e3322e39..bb235b60f5 100644 --- a/make/make_3.80.oe +++ b/make/make_3.80.oe @@ -1,6 +1,7 @@ DEPENDS = virtual/libc RDEPENDS = libc6 -SRC_URI := ${GNU_MIRROR}/make/make-3.80.tar.bz2 +SRC_URI := ${GNU_MIRROR}/make/make-3.80.tar.bz2 \ + file://${FILESDIR}/SCCS.patch;patch=1 inherit autotools |