diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-06 10:35:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:52:53 +0000 |
commit | 3348e113d1e77bbe3b78abb7cddf866250421e06 (patch) | |
tree | 240de2ff11df5bf9b275b25d33fc5b2b5ba51e16 /meta/recipes-core/systemd/systemd_197.bb | |
parent | 084eb0e530426fe57fb4d04680ea1da421e1e4fb (diff) | |
download | openembedded-core-3348e113d1e77bbe3b78abb7cddf866250421e06.tar.gz openembedded-core-3348e113d1e77bbe3b78abb7cddf866250421e06.tar.bz2 openembedded-core-3348e113d1e77bbe3b78abb7cddf866250421e06.zip |
systemd: remove libsystemd-daemon linkage in libudev
libudev was statically linking to libsystemd-shared, which was linking to
libsystemd-daemon (via libtool). This is a spurious dependency so backport a
commit from upstream to remove it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_197.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index e2bf4159a1..5180eef2b3 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -25,6 +25,7 @@ SRC_URI = "http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz \ ${UCLIBCPATCHES} \ file://00-create-volatile.conf \ file://0001-systemd-analyze-rewrite-in-C.patch \ + file://udev-linkage.patch \ " SRC_URI[md5sum] = "56a860dceadfafe59f40141eb5223743" SRC_URI[sha256sum] = "e6857ea21ae24d7056e7b0f4c2aaaba73b8bf57025b8949c0a8af0c1bc9774b5" |