diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-01-24 12:56:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-24 12:56:11 +0100 |
commit | 8d1352953674eb286e3df6a33f6c0c84c7ae398a (patch) | |
tree | c7188fcd6197254b20e150a628a54b92f0fd72a9 /package | |
parent | d7bf0898a8b411bc40ab05dfaf80897a2fffd69e (diff) | |
download | upstream-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')
-rw-r--r-- | package/devel/perf/Makefile | 2 |
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 |