diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-08-26 07:16:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-26 18:21:43 +0200 |
commit | 39efb7357fbea52c2208dbfb2f94f8ef8f7827be (patch) | |
tree | 21847e478aa657579dd1e68a96b5e2086f515254 /meta-systemd | |
parent | ea50866e0c7faf65ab91f5ce1b5d3fd93ad38e40 (diff) | |
download | meta-openembedded-39efb7357fbea52c2208dbfb2f94f8ef8f7827be.tar.gz |
dhcp: rename .bbappend to match oe-core version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd')
-rw-r--r-- | meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend (renamed from meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend index 5fd7ccb60..a18fda802 100644 --- a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend +++ b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend | |||
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
3 | 3 | ||
4 | inherit systemd | 4 | inherit systemd |
5 | 5 | ||
6 | PRINC := "${@int(PRINC) + 2}" | 6 | PRINC := "${@int(PRINC) + 1}" |
7 | 7 | ||
8 | SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd" | 8 | SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd" |
9 | SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service" | 9 | SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service" |