projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87f373
)
oprofile: mark broken on uml
author
Nicolas Thill
<nico@openwrt.org>
Wed, 11 Feb 2015 11:31:38 +0000
(11:31 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 11 Feb 2015 11:31:38 +0000
(11:31 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44398
package/devel/oprofile/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/oprofile/Makefile
b/package/devel/oprofile/Makefile
index cc23c939a5faac0648d1f95c419d0e90f604ab47..e85a482970604786caa5eab1c61f45bdc0b97bdb 100644
(file)
--- a/
package/devel/oprofile/Makefile
+++ b/
package/devel/oprofile/Makefile
@@
-31,7
+31,7
@@
define Package/oprofile
CATEGORY:=Development
TITLE:=OProfile System Profiler
URL:=http://oprofile.sourceforge.net
- DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump
+ DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump
@(!TARGET_uml||BROKEN)
endef
define Package/oprofile/description