summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_3.2.22.bb
diff options
context:
space:
mode:
authorSong.Li <Song.Li@windriver.com>2012-06-29 09:29:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 20:59:11 +0100
commit8c5bbbe9714c1646c98bdd801953b6efe099bf3f (patch)
tree3c9b5029ce3bec19fbfc46e77d5fabef09c700dd /meta/recipes-support/libnl/libnl_3.2.22.bb
parent2a8265950f263138fcb33db8dc9e1017a6af233a (diff)
downloadpoky-8c5bbbe9714c1646c98bdd801953b6efe099bf3f.tar.gz
libnl: fix two parentheses bugs in lib/cache_mngr.c file
there are two parentheses bugs in libnl /lib/cache_mngr.c file. The parentheses doesn't make any sense, This will cause the variable err get a bool value, the correct value of variable err should be the return value of the function which can be any integer value. (From OE-Core rev: b8bf6cc43dd08fcc7394053b31f03d5312ed239c) Signed-off-by: Song Li <Song.Li@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_3.2.22.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_3.2.22.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.22.bb b/meta/recipes-support/libnl/libnl_3.2.22.bb
index 36e98e1f43..30f85b2995 100644
--- a/meta/recipes-support/libnl/libnl_3.2.22.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.22.bb
@@ -11,7 +11,8 @@ DEPENDS = "flex-native bison-native"
11 11
12SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ 12SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
13 file://fix-pktloc_syntax_h-race.patch \ 13 file://fix-pktloc_syntax_h-race.patch \
14 file://fix-pc-file.patch " 14 file://fix-pc-file.patch \
15 file://fix-lib-cache_mngr.c-two-parentheses-bugs.patch"
15 16
16SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e" 17SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e"
17SRC_URI[sha256sum] = "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b" 18SRC_URI[sha256sum] = "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b"