mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
be8c765c7c
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
1.5 KiB
Diff
28 lines
1.5 KiB
Diff
Upstream-Status: Pending
|
|
|
|
diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch
|
|
--- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900
|
|
+++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +0900
|
|
@@ -0,0 +1,21 @@
|
|
+diff -urN orig/config.sub patched/config.sub
|
|
+--- orig/config.sub 2008-07-05 06:43:08.000000000 +0900
|
|
++++ patched/config.sub 2020-08-07 11:19:25.948854937 +0900
|
|
+@@ -120,7 +120,7 @@
|
|
+ # Here we must recognize all the valid KERNEL-OS combinations.
|
|
+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
|
+ case $maybe_os in
|
|
+- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
|
|
++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | linux-musl* | \
|
|
+ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
|
|
+ storm-chaos* | os2-emx* | rtmk-nova*)
|
|
+ os=-$maybe_os
|
|
+@@ -1250,7 +1250,7 @@
|
|
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
|
+ | -chorusos* | -chorusrdb* \
|
|
+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
|
+- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
|
|
++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* | -linux-musl* \
|
|
+ | -uxpv* | -beos* | -mpeix* | -udk* \
|
|
+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
|
|
+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|