mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01: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>
19 lines
495 B
BlitzBasic
19 lines
495 B
BlitzBasic
require oprofileui.inc
|
|
|
|
DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf"
|
|
|
|
SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3"
|
|
PV = "0.0+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git"
|
|
|
|
EXTRA_OECONF += "--enable-client --disable-server"
|
|
|
|
PACKAGES =+ "oprofileui-viewer"
|
|
|
|
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
|
|
RDEPENDS_oprofileui-viewer = "oprofile"
|