mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
9337ce26f4
oprofileui uses gettext during the configuration task so should be inherit gettext. This issue appears when an older version of gettext is used do to pinning to the older non-gplv3 version. [YOCTO #7795] (From OE-Core rev: 4734ebef1c5259791daba8ce2ce6dd4ddd5d087b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
428 B
PHP
17 lines
428 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.yoctoproject.org/"
|
|
|
|
SECTION = "x11"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "glib-2.0 avahi intltool-native"
|
|
|
|
inherit autotools pkgconfig gettext
|
|
|
|
EXTRA_OECONF = "--with-avahi"
|
|
|