diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-03 23:31:32 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:56 +0100 |
commit | 8b4f56eda870c18f0bcd5650294ef240bada28ef (patch) | |
tree | 2ba07d6892404ea4579ecc9206e3e84808dc4959 /meta-systemd/oe-core | |
parent | 124a9515fdc842c8bf1cb66c68da615c7b6084af (diff) | |
download | meta-openembedded-8b4f56eda870c18f0bcd5650294ef240bada28ef.tar.gz |
util-linux: add meta-systemd bbappend for new version which installs uuidd.service and socket
* fixes:
util-linux-2.22.1: util-linux: Files/directories were installed but not shipped
/lib/systemd
/lib/systemd/system
/lib/systemd/system/uuidd.socket
/lib/systemd/system/uuidd.service
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/oe-core')
-rw-r--r-- | meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.1.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.1.bbappend b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.1.bbappend new file mode 100644 index 000000000..809a55439 --- /dev/null +++ b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.1.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit systemd | ||
2 | |||
3 | PRINC := "${@int(PRINC) + 1}" | ||
4 | |||
5 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" | ||
6 | EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" | ||
7 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
8 | SYSTEMD_SERVICE = "uuidd.socket" | ||