diff options
Diffstat (limited to 'recipes/opencvs')
-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" |