From ee2644c9275c63e8c50e052cb70e6a94a5cc83bf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Nov 2010 15:21:12 -0800 Subject: [PATCH] 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 --- recipes/opencvs/opencvs_cvs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5