diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 14:21:18 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 19:39:11 +0100 |
| commit | 48a62d1a72190420205c4d7e015c3df092ae66c8 (patch) | |
| tree | 22fcd9fceed29b3a218b11db180d113f2708fce0 /meta-systemd | |
| parent | f36e2e2ea4edcd4a0e65ed1c213bce388231214c (diff) | |
| download | meta-openembedded-48a62d1a72190420205c4d7e015c3df092ae66c8.tar.gz | |
strongswam: disable systemd support in meta-oe and reenable it in meta-systemd
* fixes:
strongswan-5.0.0: strongswan: Files/directories were installed but not shipped
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/strongswan.service
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
| -rw-r--r-- | meta-systemd/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-systemd/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bbappend b/meta-systemd/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bbappend new file mode 100644 index 0000000000..a60a109afd --- /dev/null +++ b/meta-systemd/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | inherit systemd | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 1}" | ||
| 4 | |||
| 5 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" | ||
| 6 | |||
| 7 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
| 8 | SYSTEMD_SERVICE = "${PN}.service" | ||
