diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-11-17 15:21:12 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-11-18 11:17:13 -0800 |
commit | ee2644c9275c63e8c50e052cb70e6a94a5cc83bf (patch) | |
tree | 2677ecea71bb96ffd3674e8e62d7f6fc7dbb99dc | |
parent | 487b3d0c4289b7768272581aa82e5a9e63807a92 (diff) | |
download | openembedded-ee2644c9275c63e8c50e052cb70e6a94a5cc83bf.tar.gz |
opencvs_cvs.bb: Re-arrange SRC_URI so to avoid a CVS fetcher bug where it extracts the end of SRC_URI as path
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/opencvs/opencvs_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opencvs/opencvs_cvs.bb b/recipes/opencvs/opencvs_cvs.bb index f28dbe5575..aa71ff25e0 100644 --- a/recipes/opencvs/opencvs_cvs.bb +++ b/recipes/opencvs/opencvs_cvs.bb @@ -9,7 +9,7 @@ SRCDATE = "20060814" PV = "0.0+cvs${SRCDATE}" PR = "r1" -SRC_URI = "cvs://anoncvs@anoncvs.ca.openbsd.org/cvs;method=ext;module=src/usr.bin/cvs \ +SRC_URI = "cvs://anoncvs@anoncvs.ca.openbsd.org/cvs;module=src/usr.bin/cvs;method=ext \ file://linux.patch" S = "${WORKDIR}/cvs" |