devtool-test-patch-gz.bb 535 B

123456789101112131415161718
  1. LICENSE = "GPLv2+"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  3. DEPENDS = "libxres libxext virtual/libx11 ncurses"
  4. SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \
  5. file://readme.patch.gz \
  6. "
  7. UPSTREAM_VERSION_UNKNOWN = "1"
  8. S = "${WORKDIR}/xrestop-0.4"
  9. SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
  10. SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
  11. inherit autotools pkgconfig
  12. EXCLUDE_FROM_WORLD = "1"