diff options
author | Ross Burton <ross@openedhand.com> | 2006-05-26 08:41:48 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-05-26 08:41:48 +0000 |
commit | efaee39ba047942c0ab501fa963b05c6b2498e8d (patch) | |
tree | dc578b377665828aed5a241c2391bcdab5a66902 | |
parent | 1cc8b97471f2a2f3943bbb3ef7fb1c80776aa206 (diff) | |
download | openembedded-core-efaee39ba047942c0ab501fa963b05c6b2498e8d.tar.gz openembedded-core-efaee39ba047942c0ab501fa963b05c6b2498e8d.tar.bz2 openembedded-core-efaee39ba047942c0ab501fa963b05c6b2498e8d.zip |
Fix cvsroot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@423 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/oprofile/oprofile_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/oprofile/oprofile_cvs.bb b/openembedded/packages/oprofile/oprofile_cvs.bb index 905e78adc8..73ded09a16 100644 --- a/openembedded/packages/oprofile/oprofile_cvs.bb +++ b/openembedded/packages/oprofile/oprofile_cvs.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "popt binutils" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ +SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ file://no_arm_mapping_syms.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/oprofile" |