diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 13:19:14 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 18:50:15 +0200 |
| commit | a179ca25a4223bab312d2717fce63a7b160dc769 (patch) | |
| tree | d064b0f402e470cdf1cf0115cc1cec7a63c31839 /meta-systemd/oe-core | |
| parent | 313f0ae25925caead4f588695ac9c9bcf00b2755 (diff) | |
| download | meta-openembedded-a179ca25a4223bab312d2717fce63a7b160dc769.tar.gz | |
meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"
Diffstat (limited to 'meta-systemd/oe-core')
7 files changed, 0 insertions, 7 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/avahi/avahi_0.6.31.bbappend b/meta-systemd/oe-core/recipes-connectivity/avahi/avahi_0.6.31.bbappend index ec0f08d93b..987c510c3c 100644 --- a/meta-systemd/oe-core/recipes-connectivity/avahi/avahi_0.6.31.bbappend +++ b/meta-systemd/oe-core/recipes-connectivity/avahi/avahi_0.6.31.bbappend | |||
| @@ -2,7 +2,6 @@ PRINC := "${@int(PRINC) + 1}" | |||
| 2 | 2 | ||
| 3 | inherit systemd | 3 | inherit systemd |
| 4 | 4 | ||
| 5 | SYSTEMD_PACKAGES = "${PN}" | ||
| 6 | RPROVIDES_${PN} += "${PN}-systemd" | 5 | RPROVIDES_${PN} += "${PN}-systemd" |
| 7 | SYSTEMD_SERVICE_${PN} = "avahi-daemon.service" | 6 | SYSTEMD_SERVICE_${PN} = "avahi-daemon.service" |
| 8 | SYSTEMD_AUTO_ENABLE = "enable" | 7 | SYSTEMD_AUTO_ENABLE = "enable" |
diff --git a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend index 004c4945a9..e4dcabb3fe 100644 --- a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend +++ b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | |||
| @@ -4,7 +4,6 @@ inherit systemd | |||
| 4 | 4 | ||
| 5 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" | 5 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" |
| 6 | 6 | ||
| 7 | SYSTEMD_PACKAGES = "${PN}" | ||
| 8 | RPROVIDES_${PN} += "${PN}-systemd" | 7 | RPROVIDES_${PN} += "${PN}-systemd" |
| 9 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | 8 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" |
| 10 | SYSTEMD_AUTO_ENABLE = "disable" | 9 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend index 37c0d29198..0ba99b5d83 100644 --- a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend +++ b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | PRINC := "${@int(PRINC) + 1}" | 1 | PRINC := "${@int(PRINC) + 1}" |
| 2 | 2 | ||
| 3 | SYSTEMD_PACKAGES = "${PN}" | ||
| 4 | RPROVIDES_${PN} += "${PN}-systemd" | 3 | RPROVIDES_${PN} += "${PN}-systemd" |
| 5 | SYSTEMD_SERVICE_${PN} = "connman.service" | 4 | SYSTEMD_SERVICE_${PN} = "connman.service" |
diff --git a/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend b/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend index 9923708019..e0e8f28292 100644 --- a/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend +++ b/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend | |||
| @@ -2,7 +2,6 @@ PRINC := "${@int(PRINC) + 1}" | |||
| 2 | 2 | ||
| 3 | inherit systemd | 3 | inherit systemd |
| 4 | 4 | ||
| 5 | SYSTEMD_PACKAGES = "${PN}" | ||
| 6 | RPROVIDES_${PN} += "${PN}-systemd" | 5 | RPROVIDES_${PN} += "${PN}-systemd" |
| 7 | SYSTEMD_SERVICE_${PN} = "ofono.service" | 6 | SYSTEMD_SERVICE_${PN} = "ofono.service" |
| 8 | SYSTEMD_AUTO_ENABLE = "disable" | 7 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend index 281c44043b..73709e8a61 100644 --- a/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend +++ b/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend | |||
| @@ -4,7 +4,6 @@ PRINC := "${@int(PRINC) + 1}" | |||
| 4 | 4 | ||
| 5 | inherit systemd | 5 | inherit systemd |
| 6 | 6 | ||
| 7 | SYSTEMD_PACKAGES = "${PN}" | ||
| 8 | RPROVIDES_${PN} += "${PN}-systemd" | 7 | RPROVIDES_${PN} += "${PN}-systemd" |
| 9 | SYSTEMD_SERVICE_${PN} = "portmap.service" | 8 | SYSTEMD_SERVICE_${PN} = "portmap.service" |
| 10 | SYSTEMD_AUTO_ENABLE = "disable" | 9 | SYSTEMD_AUTO_ENABLE = "disable" |
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.22.2.bbappend index e0b1abaf73..0447f511b7 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.22.2.bbappend | |||
| @@ -4,6 +4,5 @@ PRINC := "${@int(PRINC) + 1}" | |||
| 4 | 4 | ||
| 5 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" | 5 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" |
| 6 | EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" | 6 | EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}" |
| 7 | SYSTEMD_PACKAGES = "${PN}" | ||
| 8 | RPROVIDES_${PN} += "${PN}-systemd" | 7 | RPROVIDES_${PN} += "${PN}-systemd" |
| 9 | SYSTEMD_SERVICE_${PN} = "uuidd.socket" | 8 | SYSTEMD_SERVICE_${PN} = "uuidd.socket" |
diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend index 89079dcae1..0c7548a862 100644 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | |||
| @@ -6,7 +6,6 @@ inherit systemd | |||
| 6 | 6 | ||
| 7 | SRC_URI += "file://lighttpd.service" | 7 | SRC_URI += "file://lighttpd.service" |
| 8 | 8 | ||
| 9 | SYSTEMD_PACKAGES = "${PN}" | ||
| 10 | RPROVIDES_${PN} += "${PN}-systemd" | 9 | RPROVIDES_${PN} += "${PN}-systemd" |
| 11 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" | 10 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" |
| 12 | 11 | ||
