[oe-commits] Khem Raj : opencvs_cvs.bb: Re-arrange SRC_URI so to avoid a CVS fetcher bug where it extracts the end of SRC_URI as path

git version control git at git.openembedded.org
Thu Nov 18 19:24:13 UTC 2010


Module: openembedded.git
Branch: master
Commit: ee2644c9275c63e8c50e052cb70e6a94a5cc83bf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ee2644c9275c63e8c50e052cb70e6a94a5cc83bf

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov 17 15:21:12 2010 -0800

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 at gmail.com>

---

 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 f28dbe5..aa71ff2 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"
 





More information about the Openembedded-commits mailing list