aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_213.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-06-16 06:49:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 08:56:10 +0100
commit0e626d5023fee4dbcc5d94e6b787b4c5fe4b2687 (patch)
treede1f29a18102fa2b0b919f7f4d845a5c442d19a1 /meta/recipes-core/systemd/systemd_213.bb
parent790362b41c83ab90ffaf7c43112602821f212892 (diff)
downloadopenembedded-core-contrib-0e626d5023fee4dbcc5d94e6b787b4c5fe4b2687.tar.gz
systemd: check IFLA_VLAN_PROTOCOL
The older kernel's linux/if_link.h doesn't have IFLA_VLAN_PROTOCOL, we need check whether it has been defined or not. The maintainer said that he would fix it: http://thread.gmane.org/gmane.comp.sysutils.systemd.devel/18200 Also we need redefine IFLA_MAX from 34 to 35 when define IFLA_CARRIER, otherwise there would be error: | src/libsystemd/sd-rtnl/rtnl-types.c:233:9: error: array index in initializer exceeds array bounds | [IFLA_CARRIER] = { .type = NLA_U8 }, [YOCTO #6380] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_213.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_213.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb
index 5f9057673c..279cf23097 100644
--- a/meta/recipes-core/systemd/systemd_213.bb
+++ b/meta/recipes-core/systemd/systemd_213.bb
@@ -31,11 +31,11 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=
file://0001-uClibc-doesn-t-implement-pwritev-preadv.patch \
file://uclibc-sysinfo_h.patch \
file://uclibc-get-physmem.patch \
- \
file://touchscreen.rules \
file://00-create-volatile.conf \
file://init \
file://run-ptest \
+ file://systemd-older-kernel.patch \
"
S = "${WORKDIR}/git"