oprofile-external.bb 489 B

123456789101112
  1. SUMMARY = "System-Wide Profiler"
  2. DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
  3. of profiling all running code at low overhead."
  4. HOMEPAGE = "http://oprofile.sourceforge.net/news/"
  5. BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
  6. SECTION = "devel"
  7. inherit external-toolchain
  8. FILES:${PN} = "${bindir}/op* ${datadir}/oprofile"
  9. FILES:${PN}-doc = "${docdir}/oprofile ${mandir}/man1/op*"
  10. FILES:${PN}-staticdev = "${libdir}/oprofile/*.a"