From patchwork Mon Nov 26 16:24:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-systemd] dhcp: Sync bbappend version with the one from oe-core Date: Mon, 26 Nov 2012 16:24:16 -0000 From: Andrei Gherzan X-Patchwork-Id: 39627 Message-Id: <1353947056-2799-1-git-send-email-andrei.gherzan@windriver.com> To: Cc: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .../dhcp/dhcp_4.2.4-P1.bbappend | 13 ------------- .../dhcp/dhcp_4.2.4-P2.bbappend | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend create mode 100644 meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bbappend diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend deleted file mode 100644 index a18fda8..0000000 --- a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -# look for files in the layer first -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -inherit systemd - -PRINC := "${@int(PRINC) + 1}" - -SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd" -SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service" -SYSTEMD_SERVICE_dhcp-relay-systemd = "dhcrelay.service" - -SRC_URI += "file://dhcpd.service \ - file://dhcrelay.service" diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bbappend b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bbappend new file mode 100644 index 0000000..a18fda8 --- /dev/null +++ b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bbappend @@ -0,0 +1,13 @@ +# look for files in the layer first +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +inherit systemd + +PRINC := "${@int(PRINC) + 1}" + +SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd" +SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service" +SYSTEMD_SERVICE_dhcp-relay-systemd = "dhcrelay.service" + +SRC_URI += "file://dhcpd.service \ + file://dhcrelay.service"