From patchwork Tue Feb 5 11:02:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-systemd] wpa-supplicant: Add bbappend to package systemd service in a -systemd package Date: Tue, 05 Feb 2013 11:02:19 -0000 From: Andrei Gherzan X-Patchwork-Id: 44091 Message-Id: <1360062139-10894-1-git-send-email-andrei.gherzan@windriver.com> To: Cc: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend new file mode 100644 index 0000000..d286689 --- /dev/null +++ b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend @@ -0,0 +1,7 @@ +PRINC := "${@int(PRINC) + 1}" + +inherit systemd + +SYSTEMD_PACKAGES = "${PN}-systemd" +SYSTEMD_SERVICE = "wpa_supplicant.service" +SYSTEMD_AUTO_ENABLE = "disable"