diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-svn.inc | 9 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 10 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_svn.bb | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-svn.inc b/meta/recipes-kernel/oprofile/oprofileui-svn.inc deleted file mode 100644 index 5d40914734..0000000000 --- a/meta/recipes-kernel/oprofile/oprofileui-svn.inc +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require oprofileui.inc | ||
2 | |||
3 | PV = "0.0+svnr${SRCPV}" | ||
4 | PR = "r1" | ||
5 | |||
6 | S = "${WORKDIR}/trunk" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http \ | ||
9 | file://dso_linking_change_build_fix.patch " | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb new file mode 100644 index 0000000000..b4a573b66c --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require oprofileui.inc | ||
2 | |||
3 | PV = "0.0+git${SRCPV}" | ||
4 | PR = "r2" | ||
5 | |||
6 | S = "${WORKDIR}/git" | ||
7 | |||
8 | # Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. | ||
9 | SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \ | ||
10 | file://dso_linking_change_build_fix.patch " | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui_svn.bb b/meta/recipes-kernel/oprofile/oprofileui_svn.bb deleted file mode 100644 index 39e10b4fd2..0000000000 --- a/meta/recipes-kernel/oprofile/oprofileui_svn.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require oprofileui-svn.inc | ||
2 | |||