diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-06-08 09:04:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:20 -0700 |
| commit | 236e2d738a4e158a17b35fcb4d8a44d067b7d4c5 (patch) | |
| tree | e477376f2eeaf4d4fa1cdc3c9bded147d4c018fa /meta-networking/recipes-connectivity/netplan/netplan_0.102.bb | |
| parent | d612ad6f3291b00afc55f6e645de9c83d81d6a27 (diff) | |
| download | meta-openembedded-236e2d738a4e158a17b35fcb4d8a44d067b7d4c5.tar.gz | |
netplan: Fix a warning with clang
Refresh musl patch to avoid fuzz
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Zang Ruochen <zangrc.fnst@fujitsu.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/netplan/netplan_0.102.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/netplan/netplan_0.102.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb index 81b58ab904..3328dfbbb9 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb | |||
| @@ -16,6 +16,7 @@ PV = "0.102+git${SRCPV}" | |||
| 16 | 16 | ||
| 17 | SRC_URI = " \ | 17 | SRC_URI = " \ |
| 18 | git://github.com/CanonicalLtd/netplan.git \ | 18 | git://github.com/CanonicalLtd/netplan.git \ |
| 19 | file://0001-Handle-enum-element-override.patch \ | ||
| 19 | " | 20 | " |
| 20 | SRC_URI_append_libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" | 21 | SRC_URI_append_libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" |
| 21 | 22 | ||
