perf: depends on libelf1
SVN-Revision: 28033
This commit is contained in:
parent
9d9722c40f
commit
86827f4c88
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/perf
|
define Package/perf
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:= +libdw +libelf +libpthread +librt @BROKEN
|
DEPENDS:= +libdw +libelf1 +libpthread +librt @BROKEN
|
||||||
TITLE:=Linux performance monitoring tool
|
TITLE:=Linux performance monitoring tool
|
||||||
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
||||||
URL:=http://www.kernel.org
|
URL:=http://www.kernel.org
|
||||||
|
|
Loading…
Reference in a new issue