diff options
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 |
1 files changed, 2 insertions, 2 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 962ca757cd..96fe2ffd62 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
7 | python __anonymous () { | 7 | python __anonymous () { |
8 | major = d.getVar("PV",True).split('.')[0] | 8 | major = d.getVar("PV",True).split('.')[0] |
9 | if major == "3": | 9 | if major == "3": |
10 | d.setVar("HEADER_FETCH_VER", "3.0") | 10 | d.setVar("HEADER_FETCH_VER", "3.0") |
11 | else: | 11 | else: |
12 | d.setVar("HEADER_FETCH_VER", "2.6") | 12 | d.setVar("HEADER_FETCH_VER", "2.6") |
13 | } | 13 | } |
14 | 14 | ||
15 | inherit kernel-arch | 15 | inherit kernel-arch |