diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-12-14 18:40:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:38 +0000 |
commit | 8ae3a351ede0c76145be03a4a1ad512dfabcc946 (patch) | |
tree | bacace0d24721a9425bcd9d91e58b96208bf3524 | |
parent | f9145caae9515e563cfcaa7b82a0c77a03128c6a (diff) | |
download | poky-8ae3a351ede0c76145be03a4a1ad512dfabcc946.tar.gz |
selftest-ed: add a RECIPE_NO_UPDATE_REASON
This will avoid AUH looking at it, among other things.
(From OE-Core rev: 048da771c31f4e07d2b10265cf57a6e7b9640f84)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb b/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb index 62931c404b..8a2b565ce5 100644 --- a/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb +++ b/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb | |||
@@ -12,6 +12,7 @@ SECTION = "base" | |||
12 | bindir = "${base_bindir}" | 12 | bindir = "${base_bindir}" |
13 | 13 | ||
14 | SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz" | 14 | SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz" |
15 | RECIPE_NO_UPDATE_REASON = "This recipe is used in selftest and shouldn't be updated otherwise" | ||
15 | 16 | ||
16 | SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0" | 17 | SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0" |
17 | SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a" | 18 | SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a" |