aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/oprofile/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-07-26 15:53:44 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-07-26 15:53:44 +0000
commit04d18426d15fc7b9410f37432b93322c9c94ecc5 (patch)
tree752c85144842ea51830b49d898ae53ddff65c9a7 /package/devel/oprofile/Makefile
parent409815101ab314f7f5c406dfeacf303cdd739281 (diff)
downloadmaster-187ad058-04d18426d15fc7b9410f37432b93322c9c94ecc5.tar.gz
master-187ad058-04d18426d15fc7b9410f37432b93322c9c94ecc5.tar.bz2
master-187ad058-04d18426d15fc7b9410f37432b93322c9c94ecc5.zip
oprofile: update to 1.1.0-rc2 and make it work with musl
This brings oprifle to version 1.1.0-rc2 and adds some fixes for musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/oprofile/Makefile')
-rw-r--r--package/devel/oprofile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile
index 49937c9db8..6944bc391b 100644
--- a/package/devel/oprofile/Makefile
+++ b/package/devel/oprofile/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=oprofile
-PKG_VERSION:=0.9.9
+PKG_VERSION:=1.1.0rc2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/oprofile/
-PKG_MD5SUM:=00aec1287da2dfffda17a9b1c0a01868
+PKG_MD5SUM:=ebc27a8478068cb986efd295cc4ac877
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>