summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-10-28 11:36:19 +0100
committerGitHub <noreply@github.com>2019-10-28 11:36:19 +0100
commit0b8a160f5f107d63a127946590f96dfbda61f166 (patch)
tree58b7b6ee893d325a7eaa0381f48814a1d69101d0
parent80371803371ec13627b0c90bed0ac2c5fdfe28ed (diff)
parent99226f835f142ad91dbdeb8d9f609adb47337030 (diff)
downloadmeta-updater-0b8a160f5f107d63a127946590f96dfbda61f166.tar.gz
networkd-dhcp-conf: Remove allarch. (#622)
networkd-dhcp-conf: Remove allarch.
-rw-r--r--recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
index b6076cd..394531e 100644
--- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
+++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
@@ -4,7 +4,7 @@ interfaces through systemd-networkd"
4LICENSE = "MPL-2.0" 4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
6 6
7inherit allarch systemd 7inherit systemd
8 8
9RPROVIDES_${PN} = "virtual/network-configuration" 9RPROVIDES_${PN} = "virtual/network-configuration"
10 10