Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "User Interface for the System-Wide Profiler" |
2 | DESCRIPTION = "User interface for the OProfile tool" | ||||
3 | HOMEPAGE = "http://labs.o-hand.com/oprofileui/" | ||||
4 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||||
5 | |||||
6 | SECTION = "x11" | ||||
7 | |||||
8 | LICENSE = "GPLv2" | ||||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||||
10 | |||||
11 | DEPENDS = "glib-2.0 avahi intltool-native" | ||||
12 | |||||
13 | inherit autotools pkgconfig gettext | ||||
14 | |||||
15 | EXTRA_OECONF = "--with-avahi" | ||||
16 |