From 8f9f48a29a8478dce203b7b0e439ef5303b05475 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 15 Jun 2016 10:54:43 +0100 Subject: oprofileui: remove oprofileui doesn't work anymore with not-so-recent changes to the oprofile command line interface, and perf is becoming the expected profiling solution so any future profiling tools should be using that instead. (From OE-Core rev: 324f7cea3e73eb3f64cdfa221398797ddd2b50e9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/oprofile/oprofileui_git.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-kernel/oprofile/oprofileui_git.bb (limited to 'meta/recipes-kernel/oprofile/oprofileui_git.bb') diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb deleted file mode 100644 index 86f3d8e50e..0000000000 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ /dev/null @@ -1,20 +0,0 @@ -require oprofileui.inc - -DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf gettext-native" - -inherit distro_features_check -ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" - -SRCREV = "389e1875af4721d52c7e65cf9cfffb69b0ed6a59" -PV = "0.0+git${SRCPV}" - -S = "${WORKDIR}/git" - -SRC_URI = "git://git.yoctoproject.org/oprofileui" - -EXTRA_OECONF += "--enable-client --disable-server" - -PACKAGES =+ "oprofileui-viewer" - -FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons" -RDEPENDS_oprofileui-viewer = "oprofile" -- cgit v1.2.3-54-g00ecf