aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-01-31 19:19:59 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-06 13:27:34 +0100
commite49f3cc870cca06f95174c2a7f6e042417b0af32 (patch)
tree21d78e27c5953ff0d6d3ef3fb55b23a2bc73d81d
parent3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 (diff)
downloadmeta-openembedded-contrib-e49f3cc870cca06f95174c2a7f6e042417b0af32.tar.gz
dhcp: use PRINC
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend b/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend
index d47f1ce570..4344eaa908 100644
--- a/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend
+++ b/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.0.bbappend
@@ -3,6 +3,8 @@ FILESEXTRAPATHS := "${THISDIR}/files"
inherit systemd
+PRINC := "${@int(PRINC) + 1}"
+
SYSTEMD_PACKAGES = "dhcp-server-systemd"
SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service"