diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 13 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 11 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 10 |
3 files changed, 24 insertions, 10 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb new file mode 100644 index 0000000000..b9f6a811e5 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require oprofileui.inc | ||
2 | |||
3 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | S = "${WORKDIR}/git" | ||
8 | |||
9 | SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" | ||
10 | |||
11 | EXTRA_OECONF += "--disable-client --enable-server" | ||
12 | |||
13 | RDEPENDS_${PN} = "oprofile" | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index ab14c38e33..9a9bc198b0 100644 --- a/meta/recipes-kernel/oprofile/oprofileui.inc +++ b/meta/recipes-kernel/oprofile/oprofileui.inc | |||
@@ -8,16 +8,9 @@ SECTION = "x11" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gtk+ libglade libxml2 avahi-ui gconf" | 11 | DEPENDS = "glib-2.0 avahi" |
12 | 12 | ||
13 | inherit autotools pkgconfig gtk-icon-cache | 13 | inherit autotools pkgconfig |
14 | |||
15 | PACKAGES =+ "oprofileui-server oprofileui-viewer" | ||
16 | 14 | ||
17 | EXTRA_OECONF = "--with-avahi" | 15 | EXTRA_OECONF = "--with-avahi" |
18 | 16 | ||
19 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" | ||
20 | RDEPENDS_oprofile-viewer = "oprofile" | ||
21 | |||
22 | FILES_oprofileui-server = "${bindir}/oprofile-server" | ||
23 | RDEPENDS_oprofile-server = "oprofile" | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index 3fe9bb4e6a..2c6e96a85e 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb | |||
@@ -1,10 +1,18 @@ | |||
1 | require oprofileui.inc | 1 | require oprofileui.inc |
2 | 2 | ||
3 | DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf" | ||
4 | |||
3 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" | 5 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" |
4 | PV = "0.0+git${SRCPV}" | 6 | PV = "0.0+git${SRCPV}" |
5 | PR = "r0" | 7 | PR = "r0" |
6 | 8 | ||
7 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
8 | 10 | ||
9 | # Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. | ||
10 | SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" | 11 | SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" |
12 | |||
13 | EXTRA_OECONF += "--enable-client --disable-server" | ||
14 | |||
15 | PACKAGES =+ "oprofileui-viewer" | ||
16 | |||
17 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" | ||
18 | RDEPENDS_oprofileui-viewer = "oprofile" | ||