mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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]. (From OE-Core rev: 971fbbd50ae147805fc7498b72a046be5bffc3c7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
398 B
PHP
17 lines
398 B
PHP
SUMMARY = "User Interface for the System-Wide Profiler"
|
|
DESCRIPTION = "User interface for the OProfile tool"
|
|
HOMEPAGE = "http://labs.o-hand.com/oprofileui/"
|
|
BUGTRACKER = "http://bugzilla.o-hand.com/"
|
|
|
|
SECTION = "x11"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "glib-2.0 avahi"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--with-avahi"
|
|
|