diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-10-28 11:36:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 11:36:19 +0100 |
commit | 0b8a160f5f107d63a127946590f96dfbda61f166 (patch) | |
tree | 58b7b6ee893d325a7eaa0381f48814a1d69101d0 | |
parent | 80371803371ec13627b0c90bed0ac2c5fdfe28ed (diff) | |
parent | 99226f835f142ad91dbdeb8d9f609adb47337030 (diff) | |
download | meta-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.bb | 2 |
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" | |||
4 | LICENSE = "MPL-2.0" | 4 | LICENSE = "MPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" |
6 | 6 | ||
7 | inherit allarch systemd | 7 | inherit systemd |
8 | 8 | ||
9 | RPROVIDES_${PN} = "virtual/network-configuration" | 9 | RPROVIDES_${PN} = "virtual/network-configuration" |
10 | 10 | ||