aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-24 12:56:11 +0100
committerJo-Philipp Wich <jo@mein.io>2019-01-24 12:56:11 +0100
commit8d1352953674eb286e3df6a33f6c0c84c7ae398a (patch)
treec7188fcd6197254b20e150a628a54b92f0fd72a9 /package/devel
parentd7bf0898a8b411bc40ab05dfaf80897a2fffd69e (diff)
downloadupstream-8d1352953674eb286e3df6a33f6c0c84c7ae398a.tar.gz
upstream-8d1352953674eb286e3df6a33f6c0c84c7ae398a.tar.bz2
upstream-8d1352953674eb286e3df6a33f6c0c84c7ae398a.zip
perf: replace libelf1 dependency with libelf
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 4defdd8c4e..5546443a38 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
- DEPENDS:= +libelf1 +libdw +(mips||mipsel||powerpc||i386||x86_64||arm||aarch64):libunwind +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK @!TARGET_arc770 @KERNEL_PERF_EVENTS
+ DEPENDS:= +libelf +libdw +(mips||mipsel||powerpc||i386||x86_64||arm||aarch64):libunwind +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK @!TARGET_arc770 @KERNEL_PERF_EVENTS
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org