diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-08 09:46:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-09 13:13:59 +0100 |
commit | db3c999b8ec1d99957866787840adf70fc18a172 (patch) | |
tree | b93b785604b0f6268d1a7277be1cf5540f632120 /meta/recipes-kernel/linux-libc-headers | |
parent | b33eb34d41659ad75517f5601afb66bb71c5e6cd (diff) | |
download | poky-db3c999b8ec1d99957866787840adf70fc18a172.tar.gz |
linux-yocto: exclude from version checks/automated version updates
(From OE-Core rev: dc3563bc2422144622923626f661a3974560b9d1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 4481aa430c..20139a8497 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
@@ -32,6 +32,8 @@ LICENSE = "GPLv2" | |||
32 | 32 | ||
33 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
34 | 34 | ||
35 | RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process" | ||
36 | |||
35 | python __anonymous () { | 37 | python __anonymous () { |
36 | major = d.getVar("PV").split('.')[0] | 38 | major = d.getVar("PV").split('.')[0] |
37 | if major == "3": | 39 | if major == "3": |