[oe] [meta-oe][meta-systemd][PATCH] dhcp: Sync bbappend version with the one from oe-core

Andrei Gherzan andrei.gherzan at windriver.com
Mon Nov 26 16:24:16 UTC 2012


Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
 .../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"
-- 
1.7.5.4





More information about the Openembedded-devel mailing list