[meta-arago][master][PATCH] arago.conf: Remove temporary hack for DEFAULTTUNE on armv7a
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
It looks like this temporary adjustment for DEFAULTTUNE on armv7a is no longer needed. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 60d3d0d4..fb5c703f 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -149,8 +149,3 @@ SKIP_META_VIRT_SANITY_CHECK = "1" # included by default. If you enable any of those codecs you should check # if the below acceptance flags still work for your software distribution LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg commercial_gstreamer1.0-libav" - -# Temporary hack to fix a compile issue on Armv7 platforms with qtbase. -# We are working to reproduce this error and submit bug reports for this -# issue. -DEFAULTTUNE:armv7a = "armv7athf" -- 2.43.0