mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
linux-libc-headers: add 6.x fetch location
The next libc-headers bumps will be in the 6.x series, so we udpate our fetching list to handle that major version number. (From OE-Core rev: ef19afdc80edc80d76dbbc8a5de5a5b994ff718d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
70126f4f51
commit
70c8d7c07b
@@ -44,6 +44,8 @@ python __anonymous () {
|
||||
d.setVar("HEADER_FETCH_VER", "4.x")
|
||||
elif major == "5":
|
||||
d.setVar("HEADER_FETCH_VER", "5.x")
|
||||
elif major == "6":
|
||||
d.setVar("HEADER_FETCH_VER", "6.x")
|
||||
else:
|
||||
d.setVar("HEADER_FETCH_VER", "2.6")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user