]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest-ed: add a RECIPE_NO_UPDATE_REASON
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 14 Dec 2017 16:40:31 +0000 (18:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:13 +0000 (17:24 +0000)
This will avoid AUH looking at it, among other things.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb

index 62931c404b0ee91fc49897771052f46844619798..8a2b565ce511749c87731264c8d2de977dfdffc7 100644 (file)
@@ -12,6 +12,7 @@ SECTION = "base"
 bindir = "${base_bindir}"
 
 SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz"
+RECIPE_NO_UPDATE_REASON = "This recipe is used in selftest and shouldn't be updated otherwise"
 
 SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0"
 SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a"