mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 17:29:40 +01:00
This will drop them md5sums from recipes that still have them, and will not re-add them for recipes where they're already removed. [RP: Added fix for the test recipe] (From OE-Core rev: 1609e77a4db04a4c01cbbff17261cd57e8f816ee) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
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 \
|
|
file://backported.patch \
|
|
"
|
|
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[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07fd82c3"
|
|
|
|
S = "${WORKDIR}/pv-${PV}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|
|
|
|
inherit autotools
|
|
|