summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-11-23 08:18:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-25 21:34:50 +0000
commitc84b0dbcd8a36a216a5c7719b462f4d813baa6bc (patch)
tree5442f8fecb5189bab982df9c85b4ef0e87864252 /meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
parent67e155c209050acbbe3e263de394e686ad0ebad2 (diff)
downloadpoky-c84b0dbcd8a36a216a5c7719b462f4d813baa6bc.tar.gz
selftest: check that 'devtool upgrade' correctly drops backported patches
There was a regression in this functionality that went unnoticed due to lack of tests. (From OE-Core rev: da4c28d5fdc6501a7d3b256cb62cba778e81d16e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb')
-rw-r--r--meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
index 333ecac7ed..fee5bee739 100644
--- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
+++ b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
@@ -3,7 +3,9 @@ LICENSE = "Artistic-2.0"
3LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" 3LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
4 4
5SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ 5SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
6 file://0001-Add-a-note-line-to-the-quick-reference.patch" 6 file://0001-Add-a-note-line-to-the-quick-reference.patch \
7 file://backported.patch \
8 "
7UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" 9UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
8RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" 10RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
9 11