diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-04 13:19:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-04 13:20:25 +0100 |
commit | 7dff800b02cb953191c9c77fa6609247fa4bfd9b (patch) | |
tree | af45466dc7e93eedc4bcfba23ca5125b2594667b | |
parent | 42f0ec48596c2ae582136d587df53b6388f6ed21 (diff) |
oprofile: update to latest stable version
-rw-r--r-- | package/oprofile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index 13f4f35a4..49773537e 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -4,12 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= oprofile -PKG_VERSION:= 1.0.0 +PKG_VERSION:= 1.1.0 PKG_RELEASE:= 1 -PKG_HASH:= 847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a +PKG_HASH:= cf759a6de1a6033d5dfc93bda129a9f2e128aecc4238cc657feb0801d1b0366c PKG_DESCR:= system-wide profiles PKG_SECTION:= app/debug PKG_DEPENDS:= libpopt libbfd +PKG_KDEPENDS:= oprofile PKG_BUILDDEP:= popt binutils gcc PKG_NEEDS:= c++ PKG_URL:= http://oprofile.sourceforge.net/ |