diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-06-22 09:29:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 09:29:26 +0200 |
| commit | bed1238b211417fa68bd8fcb301ce7d112da6ef1 (patch) | |
| tree | 6f7f472c40d7f03afbd616be3bb28b4af32f47bf /recipes-connectivity | |
| parent | 80072521db9312965d8c52a09bbfb29a633d2274 (diff) | |
| parent | 5e08158e9eae225ce74017f5ea51fdf1ba27943b (diff) | |
| download | meta-updater-bed1238b211417fa68bd8fcb301ce7d112da6ef1.tar.gz | |
Merge pull request #722 from liuming50/fix-network-configuration-naming
meta: change virtual/network-configuration to network-configuration
Diffstat (limited to 'recipes-connectivity')
| -rw-r--r-- | recipes-connectivity/connman/connman_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend index b3633cc..cd1b95d 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman_%.bbappend | |||
| @@ -1 +1 @@ | |||
| RPROVIDES_${PN} += "virtual/network-configuration" | RPROVIDES_${PN} += "network-configuration" | ||
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb index 40a3958..20a1a17 100644 --- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb +++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7 | |||
| 6 | 6 | ||
| 7 | inherit systemd | 7 | inherit systemd |
| 8 | 8 | ||
| 9 | RPROVIDES_${PN} = "virtual/network-configuration" | 9 | RPROVIDES_${PN} = "network-configuration" |
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | file://20-wired-dhcp.network \ | 12 | file://20-wired-dhcp.network \ |
