summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-24 17:17:19 +0200
committerJonathan Bauer2013-04-24 17:17:19 +0200
commit5633488d5a50c58e7ad05fc186cef95af338506b (patch)
tree7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /remote/modules/systemd
parentcompile kernel on the reference system with our config requirements (diff)
parentdelete plymouth/data/etc/systemd... (diff)
downloadtm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.gz
tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.xz
tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.zip
merge?
Diffstat (limited to 'remote/modules/systemd')
-rw-r--r--remote/modules/systemd/systemd.build6
-rw-r--r--remote/modules/systemd/systemd.conf.zypper5
2 files changed, 6 insertions, 5 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build
index ee74d53a..fb56f231 100644
--- a/remote/modules/systemd/systemd.build
+++ b/remote/modules/systemd/systemd.build
@@ -8,9 +8,9 @@ fetch_source () {
build () {
#build libkmod
cd "${MODULE_DIR}/src/$LIBKMOD_VERSION"
- ./configure
- make || perror "make failed."
- make install || perror "make install failed."
+ ./configure || perror "./configure kmod failed."
+ make || perror "kmod make failed."
+ make install || perror "kmod make install failed."
cd - &> /dev/null
#build systemd
diff --git a/remote/modules/systemd/systemd.conf.zypper b/remote/modules/systemd/systemd.conf.zypper
index d76d008e..8fd38a30 100644
--- a/remote/modules/systemd/systemd.conf.zypper
+++ b/remote/modules/systemd/systemd.conf.zypper
@@ -1,11 +1,12 @@
-VERSION=systemd-197
+VERSION=systemd-201
URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz
REQUIRED_DEPENDENCIES=" intltool
gperf
pkg-config
libcap-devel
libudev-devel
- dbus-1-devel"
+ dbus-1-devel
+ libxslt-tools"
REQUIRED_BINARIES=" hostnamectl
journalctl
localectl