This fix was only needed for GCC 10 which is no longer used. Remove old workaround.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-support/netperf/netperf-arago.inc | 1 - .../recipes-support/netperf/netperf_git.bbappend | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 meta-arago-distro/recipes-support/netperf/netperf-arago.inc delete mode 100644 meta-arago-distro/recipes-support/netperf/netperf_git.bbappend diff --git a/meta-arago-distro/recipes-support/netperf/netperf-arago.inc b/meta-arago-distro/recipes-support/netperf/netperf-arago.inc deleted file mode 100644 index f63b608f..00000000 --- a/meta-arago-distro/recipes-support/netperf/netperf-arago.inc +++ /dev/null @@ -1 +0,0 @@ -CFLAGS += "-fcommon" diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend deleted file mode 100644 index e31e7081..00000000 --- a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -NETPERF_ARAGO = "" -NETPERF_ARAGO:arago = "netperf-arago.inc" - -require ${NETPERF_ARAGO} -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17037): https://lists.yoctoproject.org/g/meta-arago/message/17037 Mute This Topic: https://lists.yoctoproject.org/mt/117426572/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
