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:
Bruce Ashfield
2022-12-12 23:05:54 -05:00
committed by Richard Purdie
parent 70126f4f51
commit 70c8d7c07b

View File

@@ -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")
}