time_1.9.bb 651 B

123456789101112131415161718192021
  1. SUMMARY = "Tool that measures CPU resources"
  2. DESCRIPTION = "time measures many of the CPU resources, such as time and \
  3. memory, that other programs use."
  4. HOMEPAGE = "http://www.gnu.org/software/time/"
  5. SECTION = "utils"
  6. LICENSE = "GPLv3"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  8. inherit texinfo update-alternatives
  9. ALTERNATIVE_${PN} = "time"
  10. ALTERNATIVE_PRIORITY = "100"
  11. BBCLASSEXTEND = "native nativesdk"
  12. SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz"
  13. SRC_URI[md5sum] = "d2356e0fe1c0b85285d83c6b2ad51b5f"
  14. SRC_URI[sha256sum] = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e"
  15. inherit autotools