diff options
-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" |