From 971fbbd50ae147805fc7498b72a046be5bffc3c7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Sep 2012 14:45:37 +0100 Subject: oprofileui: split server to separate recipe to avoid X11 dependency Increase SRCREV to include an upstream patch that fixes the configure script so that the server can be built separately without gtk+ and avahi-ui, and create a separate recipe for the server. Also fix the RDEPENDS so that oprofile actually gets pulled in by the client and the server. Part of the fix for [YOCTO #1690]. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-kernel/oprofile/oprofileui-server_git.bb (limited to 'meta/recipes-kernel/oprofile/oprofileui-server_git.bb') diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb new file mode 100644 index 0000000000..b9f6a811e5 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb @@ -0,0 +1,13 @@ +require oprofileui.inc + +SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" +PV = "0.0+git${SRCPV}" +PR = "r0" + +S = "${WORKDIR}/git" + +SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" + +EXTRA_OECONF += "--disable-client --enable-server" + +RDEPENDS_${PN} = "oprofile" -- cgit 1.2.3-korg