rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "Pipe viewer test recipe for devtool upgrade test" |
| 2 | LICENSE = "Artistic-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" |
| 4 | |
| 5 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ |
| 6 | file://0001-Add-a-note-line-to-the-quick-reference.patch" |
| 7 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" |
| 8 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" |
| 9 | |
| 10 | SRC_URI[md5sum] = "062bca5ff33df1dd09472e7fc3bbe332" |
| 11 | SRC_URI[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07fd82c3" |
| 12 | |
| 13 | S = "${WORKDIR}/pv-${PV}" |
| 14 | |
| 15 | EXCLUDE_FROM_WORLD = "1" |
| 16 | |
| 17 | inherit autotools |
| 18 | |