summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-server_git.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index 6b848af75f..a872acc4bb 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -1,15 +1,12 @@
1require oprofileui.inc 1require oprofileui.inc
2 2
3SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" 3SRCREV = "f168b8bfdc63660033de1739c6ddad1abd97c379"
4PV = "0.0+git${SRCPV}" 4PV = "0.0+git${SRCPV}"
5PR = "r1"
6 5
7S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
8 7
9SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ 8SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \
10 file://init \ 9 file://init"
11 file://obsolete_automake_macros.patch \
12"
13 10
14EXTRA_OECONF += "--disable-client --enable-server" 11EXTRA_OECONF += "--disable-client --enable-server"
15 12