diff options
Diffstat (limited to 'yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb')
-rw-r--r-- | yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb new file mode 100644 index 000000000..bb69d5404 --- /dev/null +++ b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -0,0 +1,17 @@ +require oprofileui.inc + +DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf" + +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" |