mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
1b65ebdb16
This includes dvb-apps patches, dvb-scan-tables, dvb-libraries and firmware for WINTV 950Q Fix build with kernel > 4.14 Inherit perlnative for tests to build Change options to cp command to fix dvb-apps: /dvb-apps/usr/share/dvb/dvb-t/vn-Hanoi is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination Signed-off-by: Haseenamol <haseenamol@tataelxsi.co.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
354 B
Diff
14 lines
354 B
Diff
diff -r 3d43b280298c lib/libucsi/endianops.h
|
|
--- a/lib/libucsi/endianops.h Fri Mar 21 20:26:36 2014 +0100
|
|
+++ b/lib/libucsi/endianops.h Fri Jan 19 06:56:15 2018 +0000
|
|
@@ -33,6 +33,9 @@
|
|
#define __ucsi_packed __attribute__((packed))
|
|
|
|
|
|
+#if __GNUC__ >= 6 + (0 >= __GNUC_MINOR__)
|
|
+#pragma GCC optimize ("O1")
|
|
+#endif
|
|
|
|
|
|
#if __BYTE_ORDER == __BIG_ENDIAN
|