dejagnu_1.6.2.bb 566 B

1234567891011121314151617
  1. SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
  2. DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
  3. is to provide a single front end for all tests."
  4. LICENSE = "GPLv2"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  6. SECTION = "devel"
  7. DEPENDS += "expect-native"
  8. inherit autotools
  9. SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
  10. SRC_URI[md5sum] = "e1b07516533f351b3aba3423fafeffd6"
  11. SRC_URI[sha256sum] = "0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261"
  12. BBCLASSEXTEND = "native"