blob: e25b3d97473c2cd7dd20bec2230f141ec73734d7 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001LICENSE = "GPL-2.0-or-later"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
3
4DEPENDS = "libxres libxext virtual/libx11 ncurses"
5
6SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \
7 file://readme.patch.gz \
8 "
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009UPSTREAM_VERSION_UNKNOWN = "1"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
11S = "${WORKDIR}/xrestop-0.4"
12
13SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
14SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
15
16inherit autotools pkgconfig
17
18EXCLUDE_FROM_WORLD = "1"