summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-06-04 02:31:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:59:14 +0100
commit860265e4a9dcc05bbf9c2c096911fd56fbd7f8c8 (patch)
treeb9e245521189e5adf1ce4099e1437776e3d3154b /meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
parentd1fc21e5b6c97f389086bf7661e5e1cc524b2197 (diff)
downloadpoky-860265e4a9dcc05bbf9c2c096911fd56fbd7f8c8.tar.gz
libpfm4: 4.3.0 -> 4.6.0
(From OE-Core rev: a798e98a3e95f896f5cf30a547c56aaf5526bf33) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb')
-rw-r--r--meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
deleted file mode 100644
index 98852f6a9a..0000000000
--- a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "Monitoring tools exploiting the performance monitoring events"
2DESCRIPTION = "This package provides a library, called libpfm4 which is used to develop \
3monitoring tools exploiting the performance monitoring events such as those \
4provided by the Performance Monitoring Unit (PMU) of modern processors."
5HOMEPAGE = "http://perfmon2.sourceforge.net/"
6BUGTRACKER = "http://sourceforge.net/tracker/?group_id=144822&atid=759953&source=navbar"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=0de488f3bd4424e308e2e399cb99c788"
10
11SECTION = "devel"
12
13PR = "r1"
14COMPATIBLE_HOST = "powerpc64"
15
16SRC_URI = "http://downloads.sourceforge.net/project/perfmon2/libpfm4/libpfm-4.3.0.tar.gz"
17
18SRC_URI[md5sum] = "0ab272dbdbb759b852ba8bd06db030ef"
19SRC_URI[sha256sum] = "a23eb9affbff279e13563a39317c0ad71c4de28908d4243c8bc109138430cc3b"
20
21EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\""
22EXTRA_OEMAKE_append_powerpc = " ARCH=\"powerpc\""
23EXTRA_OEMAKE_append_powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\""
24
25S = "${WORKDIR}/libpfm-${PV}"
26
27do_install () {
28 oe_runmake install
29}