diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-24 21:32:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 11:00:14 +0200 |
commit | 6523eddfc67e2ee37e00f4b78d57e7ea92a78b78 (patch) | |
tree | 7175787add8923439dcf1bc7e322e40ace7b991c /meta-systemd/oe-core | |
parent | 8b94591a585e4fb261599a9796f4199d650e24a5 (diff) | |
download | meta-openembedded-6523eddfc67e2ee37e00f4b78d57e7ea92a78b78.tar.gz |
util-linux: rename bbappend to match new version from oe-core
* removed PRINC to make it easier to remove .bbappend if this
functionality is moved to oe-core
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.23.bbappend (renamed from meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.23.bbappend index fae15a054..c6a97ca32 100644 --- a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend +++ b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.23.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | inherit systemd | 1 | inherit systemd |
2 | 2 | ||
3 | PRINC := "${@int(PRINC) + 2}" | ||
4 | |||
5 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" | 3 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" |
6 | EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" | 4 | EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" |
5 | |||
7 | RPROVIDES_${PN} += "${PN}-systemd" | 6 | RPROVIDES_${PN} += "${PN}-systemd" |
8 | RREPLACES_${PN} += "${PN}-systemd" | 7 | RREPLACES_${PN} += "${PN}-systemd" |
9 | RCONFLICTS_${PN} += "${PN}-systemd" | 8 | RCONFLICTS_${PN} += "${PN}-systemd" |
9 | |||
10 | SYSTEMD_SERVICE_${PN} = "uuidd.socket" | 10 | SYSTEMD_SERVICE_${PN} = "uuidd.socket" |