mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

In addition to updating the sha256sum and removing the md5sum, update all other existing checksums. If the only existing checksum is md5sum, then replace it with the default expected checksums (currently only sha256sum). (From OE-Core rev: 8ea8827ee49b7f0443b1c4bd47d1344a689d73a3) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
501 B
BlitzBasic
17 lines
501 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"
|
|
UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
|
|
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
|
|
|
SRC_URI[md5sum] = "9365d86bd884222b4bf1039b5a9ed1bd"
|
|
|
|
S = "${WORKDIR}/pv-${PV}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|
|
|
|
inherit autotools
|
|
|