summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/minifi-cpp
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-09-27 12:49:16 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-27 14:22:09 -0700
commit5733ddc8346d9dfd47abe773ea93aafb0f451ffa (patch)
treeb32abedd58db72bc25ea982c843fb2be6497e9c0 /meta-oe/recipes-extended/minifi-cpp
parent23d6505d0bf0bbd5887292658ee98e806c7128de (diff)
downloadmeta-openembedded-5733ddc8346d9dfd47abe773ea93aafb0f451ffa.tar.gz
minifi-cpp, mozjs-115, redis-7.2.1, pv: add missing Upstream-Status
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/minifi-cpp')
-rw-r--r--meta-oe/recipes-extended/minifi-cpp/files/0001-BundledOSSPUUID.cmake-Pass-CFLAGS-to-compiler.patch2
-rw-r--r--meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-the-constness-issues-around-autovector-iterator_.patch2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/0001-BundledOSSPUUID.cmake-Pass-CFLAGS-to-compiler.patch b/meta-oe/recipes-extended/minifi-cpp/files/0001-BundledOSSPUUID.cmake-Pass-CFLAGS-to-compiler.patch
index a0265eaa32..ceb8ec34b1 100644
--- a/meta-oe/recipes-extended/minifi-cpp/files/0001-BundledOSSPUUID.cmake-Pass-CFLAGS-to-compiler.patch
+++ b/meta-oe/recipes-extended/minifi-cpp/files/0001-BundledOSSPUUID.cmake-Pass-CFLAGS-to-compiler.patch
@@ -12,6 +12,8 @@ Upsteam-Status: Pending
12 12
13Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 13Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
14--- 14---
15Upstream-Status: Pending
16
15 cmake/BundledOSSPUUID.cmake | 2 +- 17 cmake/BundledOSSPUUID.cmake | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-) 18 1 file changed, 1 insertion(+), 1 deletion(-)
17 19
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-the-constness-issues-around-autovector-iterator_.patch b/meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-the-constness-issues-around-autovector-iterator_.patch
index acb96f40d5..cd837d8de4 100644
--- a/meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-the-constness-issues-around-autovector-iterator_.patch
+++ b/meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-the-constness-issues-around-autovector-iterator_.patch
@@ -19,6 +19,8 @@ Pulled By: ltamasi
19 19
20fbshipit-source-id: 04e82d73bc0c67fb0ded018383af8dfc332050cc 20fbshipit-source-id: 04e82d73bc0c67fb0ded018383af8dfc332050cc
21--- 21---
22Upstream-Status: Pending
23
22 thirdparty/rocksdb/util/autovector.h | 15 ++++----------- 24 thirdparty/rocksdb/util/autovector.h | 15 ++++-----------
23 1 file changed, 4 insertions(+), 11 deletions(-) 25 1 file changed, 4 insertions(+), 11 deletions(-)
24 26