aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl1_1.1.bb
diff options
context:
space:
mode:
authorAlexander Smirnov <Alexander.Smirnov@siemens.com>2011-04-12 19:50:59 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-06-16 18:38:48 +0400
commit9fef5f074ca2685f07c288ce7cc2799b757ab750 (patch)
tree7f6f1458a417ce35ab0b3acdf7f277a328b76bff /recipes/libnl/libnl1_1.1.bb
parente0d8eb830afc8ccfe57ed91bea017fdeddd7c663 (diff)
downloadopenembedded-9fef5f074ca2685f07c288ce7cc2799b757ab750.tar.gz
Add 'ucred' structure declaration in netlink headers for the integrity
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/libnl/libnl1_1.1.bb')
-rw-r--r--recipes/libnl/libnl1_1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libnl/libnl1_1.1.bb b/recipes/libnl/libnl1_1.1.bb
index 3569867cc0..7ce3012bae 100644
--- a/recipes/libnl/libnl1_1.1.bb
+++ b/recipes/libnl/libnl1_1.1.bb
@@ -15,6 +15,7 @@ SRC_URI = "\
file://netlink-local-fix.patch \
file://dont-link-libnl-from-sysroot.patch \
file://build.only.static.lib.patch \
+ file://fix-ucred-declaration.patch \
"
S = "${WORKDIR}/libnl-${PV}"