mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
These recipes should be excluded from target 'world' because these are just intended to be used internally by oe-selftest (devtool, recipetool, etc.) (From OE-Core rev: 4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
527 B
BlitzBasic
19 lines
527 B
BlitzBasic
SUMMARY = "Pipe viewer test recipe for devtool upgrade test"
|
|
LICENSE = "Artistic-2.0"
|
|
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
|
|
|
|
SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
|
|
file://0001-Add-a-note-line-to-the-quick-reference.patch"
|
|
|
|
SRC_URI[md5sum] = "9365d86bd884222b4bf1039b5a9ed1bd"
|
|
SRC_URI[sha256sum] = "681bcca9784bf3cb2207e68236d1f68e2aa7b80f999b5750dc77dcd756e81fbc"
|
|
|
|
PR = "r5"
|
|
|
|
S = "${WORKDIR}/pv-${PV}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|
|
|
|
inherit autotools
|
|
|