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 | poky-efaee39ba047942c0ab501fa963b05c6b2498e8d.tar.gz |
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" | |||
6 | MAINTAINER = "Chris Larson <kergoth@handhelds.org>" | 6 | MAINTAINER = "Chris Larson <kergoth@handhelds.org>" |
7 | DEPENDS = "popt binutils" | 7 | DEPENDS = "popt binutils" |
8 | 8 | ||
9 | SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
10 | file://no_arm_mapping_syms.patch;patch=1 \ | 10 | file://no_arm_mapping_syms.patch;patch=1 \ |
11 | file://acinclude.m4" | 11 | file://acinclude.m4" |
12 | S = "${WORKDIR}/oprofile" | 12 | S = "${WORKDIR}/oprofile" |