summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-13 21:34:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 08:20:32 +0000
commitf7a99d04e6fb81ffbb14cfa3caaf47e89bb424b5 (patch)
tree1c3af31dd5f3bb84710788b88d8610723206600e /meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
parent6265facc75c3d980dd39494399251bf9121c25cb (diff)
downloadpoky-f7a99d04e6fb81ffbb14cfa3caaf47e89bb424b5.tar.gz
libc-headers: update to v5.4
Updating the libc-headers to match the latest LTS kernel. The delta from previous headers is as follows: - refreshed one patch for 5.4 context - added rsync to the native dependencies, since it is used during header install. Otherwise, everyting is the same. (From OE-Core rev: 35e2cd846a13906c5339c0763ab93d68b122ebc7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.inc2
1 files changed, 1 insertions, 1 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 7f838f623e..4481aa430c 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -91,4 +91,4 @@ RDEPENDS_${PN}-dev = ""
91RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" 91RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
92 92
93INHIBIT_DEFAULT_DEPS = "1" 93INHIBIT_DEFAULT_DEPS = "1"
94DEPENDS += "unifdef-native bison-native" 94DEPENDS += "unifdef-native bison-native rsync-native"