summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2019-07-13 11:52:08 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-13 23:28:06 -0700
commit225a74195232941fa48dfc9f55a73281212e1eed (patch)
treead4cf416761b3252bedd35835deb0a209f0267a6 /meta-networking
parent8f114fa881f3e81d0c444517b0d484a0b307419e (diff)
downloadmeta-openembedded-225a74195232941fa48dfc9f55a73281212e1eed.tar.gz
drbd-utils: Fix netlink failure with nested attributes for kernel v5.2
Bump up SRCREV_drbd-utils to includes two more commits to fix the following netlink failure with nested attributes. $ drbdsetup new-resource r0 Invalid argument 92ade5989027 ("netlink: prepare for kernel v5.2") 859151b228d3 ("netlink: Add NLA_F_NESTED flag to nested attribute") Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
index d01401e41..d708511d2 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils \
12 git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \ 12 git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \
13 " 13 "
14# v9.10.0 14# v9.10.0
15SRCREV_drbd-utils = "147860216bf307433e2d0d7cfd6fad3642027b8d" 15SRCREV_drbd-utils = "859151b228d3b3aacefb09d06d515a2589c22e35"
16SRCREV_drbd-headers = "0955b3423f08f8e11ff05092bc1b766609fd804b" 16SRCREV_drbd-headers = "0955b3423f08f8e11ff05092bc1b766609fd804b"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"