diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2014-07-18 15:02:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-18 21:27:48 +0200 |
commit | 2b799ee17b6b7987bb87da15a64b3512e332b985 (patch) | |
tree | adf93a95446ef37375d564aa3237b87add88d5ab /package/systemd/systemd-03-fix-no-gtk-doc.patch | |
parent | ca4e58ffbf21c61794502d81bc002b2b97bbfebe (diff) | |
download | buildroot-2b799ee17b6b7987bb87da15a64b3512e332b985.tar.gz buildroot-2b799ee17b6b7987bb87da15a64b3512e332b985.zip |
systemd: bump to version 214
This patch bumps systemd to version 214.
Changes:
- add new users: systemd-bus-proxy, systemd-network and systemd-resolve.
- remove gtk-doc patch, as it is no longer needed.
- remove attr dependency (extended attributes functions are provided by
glibc).
- enable nss-myhostname, so local hostname changes are properly handled.
- add hook to install symlink to resolv.conf when using
systemd-networkd.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd/systemd-03-fix-no-gtk-doc.patch')
-rw-r--r-- | package/systemd/systemd-03-fix-no-gtk-doc.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/systemd/systemd-03-fix-no-gtk-doc.patch b/package/systemd/systemd-03-fix-no-gtk-doc.patch deleted file mode 100644 index dc236a727b..0000000000 --- a/package/systemd/systemd-03-fix-no-gtk-doc.patch +++ /dev/null @@ -1,23 +0,0 @@ -Fix deactivation of gtk-doc - -The tarball contains the Makefile for building documentation with gtk-doc, -Unfortunately the AM_CONDITIONAL variable is not the correct one, which -results in an error when running autoreconf. - -This patch fixes this issue. - -Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> ---- -Index: systemd-213/docs/gtk-doc.make -=================================================================== ---- systemd-213.orig/docs/gtk-doc.make 2014-02-14 09:27:47.000000000 +0100 -+++ systemd-213/docs/gtk-doc.make 2014-06-04 15:20:11.976845074 +0200 -@@ -267,7 +267,7 @@ - # - # Require gtk-doc when making dist - # --if HAVE_GTK_DOC -+if ENABLE_GTK_DOC - dist-check-gtkdoc: docs - else - dist-check-gtkdoc: |