summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch
diff options
context:
space:
mode:
authorwonjong.lee <wonjong.lee@windriver.com>2020-08-10 19:02:31 +0900
committerKhem Raj <raj.khem@gmail.com>2020-08-10 11:04:21 -0700
commit02608610043b200764b7ec743acfe3af71a7024d (patch)
tree04990929f7b4731551fd752102beaba0083e74c1 /meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch
parentb3d6f4f85f0c0b27aa12bcbe6c981f78706a716a (diff)
downloadmeta-openembedded-02608610043b200764b7ec743acfe3af71a7024d.tar.gz
minifi: Add recipe for c++ version
MiNiFi--a subproject of Apache NiFi--is a complementary data collection approach that supplements the core tenets of NiFi in dataflow management, focusing on the collection of data at the source of its creation. The C++ implementation is an additional implementation to the one in Java with the aim of an even smaller resource footprint. Signed-off-by: wonjong.lee <wonjong.lee@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch')
-rw-r--r--meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch
new file mode 100644
index 0000000000..7caf848eb5
--- /dev/null
+++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch
@@ -0,0 +1,25 @@
1diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch
2--- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900
3+++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +0900
4@@ -0,0 +1,21 @@
5+diff -urN orig/config.sub patched/config.sub
6+--- orig/config.sub 2008-07-05 06:43:08.000000000 +0900
7++++ patched/config.sub 2020-08-07 11:19:25.948854937 +0900
8+@@ -120,7 +120,7 @@
9+ # Here we must recognize all the valid KERNEL-OS combinations.
10+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
11+ case $maybe_os in
12+- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
13++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | linux-musl* | \
14+ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
15+ storm-chaos* | os2-emx* | rtmk-nova*)
16+ os=-$maybe_os
17+@@ -1250,7 +1250,7 @@
18+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
19+ | -chorusos* | -chorusrdb* \
20+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
21+- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
22++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* | -linux-musl* \
23+ | -uxpv* | -beos* | -mpeix* | -udk* \
24+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
25+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \