diff options
| author | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
|---|---|---|
| committer | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
| commit | 5e08158e9eae225ce74017f5ea51fdf1ba27943b (patch) | |
| tree | 093f4a5d83ccc7980292381033fcd33cbb0e67a3 /recipes-connectivity | |
| parent | 82d7e04924f847bccba3136d1602d5646486a926 (diff) | |
| download | meta-updater-5e08158e9eae225ce74017f5ea51fdf1ba27943b.tar.gz | |
meta: change virtual/network-configuration to network-configuration
The name 'virtual' is a recipe specific concept but not a package
specific one, it's confusing that a package provides 'virtual/' names.
Let's drop 'virtual/' from network-configuration, to keep consistent
with yocto naming styles.
Signed-off-by: Ming Liu <ming.liu@toradex.com>
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 \ |
