diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-06 16:52:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-06 16:52:39 +0100 |
commit | c8faacfd346a1956e44f05ee3d48e74ffc1f6521 (patch) | |
tree | f1647100889484bedf323672f08ef091840b0067 /package/oprofile | |
parent | 71d54140668297bdad06802b2f94697e3c66cd05 (diff) |
varios fixes and updates
Diffstat (limited to 'package/oprofile')
-rw-r--r-- | package/oprofile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index 78408fd7c..d0bfbea2d 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= oprofile -PKG_VERSION:= 0.9.7 +PKG_VERSION:= 0.9.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 8b5d1d9b65f84420bcc3234777ad3be3 +PKG_MD5SUM:= 6d127023af1dd1cf24e15411229f3cc8 PKG_DESCR:= system-wide profiles PKG_SECTION:= debug PKG_DEPENDS:= libpopt kmod-oprofile libbfd libstdcxx |