diff options
9 files changed, 18 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch b/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch index 13e782fa70..9b4d0f6cae 100644 --- a/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch | |||
| @@ -7,6 +7,8 @@ Do not override OE CMAKE variables | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 8 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 9 | Signed-off-by: Alper Ak <alperyasinak1@gmail.com> | 9 | Signed-off-by: Alper Ak <alperyasinak1@gmail.com> |
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 10 | --- | 12 | --- |
| 11 | src/CMakeLists.txt | 4 ++-- | 13 | src/CMakeLists.txt | 4 ++-- |
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/meta-networking/recipes-support/dropwatch/dropwatch/0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch b/meta-networking/recipes-support/dropwatch/dropwatch/0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch index 33b72e05f0..d0baceb15b 100755 --- a/meta-networking/recipes-support/dropwatch/dropwatch/0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch +++ b/meta-networking/recipes-support/dropwatch/dropwatch/0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] fix bug: build with sysroot head file instead of local head | |||
| 5 | file:net_dropmon.h | 5 | file:net_dropmon.h |
| 6 | 6 | ||
| 7 | Signed-off-by: chenheyun <chen_heyun@163.com> | 7 | Signed-off-by: chenheyun <chen_heyun@163.com> |
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 8 | --- | 10 | --- |
| 9 | src/main.c | 2 +- | 11 | src/main.c | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch index 34d34ecad9..ebd3e03685 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 1/5] Add support for RISC-V. | |||
| 5 | 5 | ||
| 6 | The architecture is sufficiently similar to aarch64 that simply | 6 | The architecture is sufficiently similar to aarch64 that simply |
| 7 | extending the existing aarch64 macro works. | 7 | extending the existing aarch64 macro works. |
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 8 | --- | 10 | --- |
| 9 | src/include/storage/s_lock.h | 5 +++-- | 11 | src/include/storage/s_lock.h | 5 +++-- |
| 10 | 1 file changed, 3 insertions(+), 2 deletions(-) | 12 | 1 file changed, 3 insertions(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch b/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch index e65c9853e0..42f5559e3f 100644 --- a/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch +++ b/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch | |||
| @@ -7,6 +7,8 @@ If SOURCE_DATE_EPOCH is set, use it to generate a reproducible | |||
| 7 | string for BUILD_DATE. | 7 | string for BUILD_DATE. |
| 8 | 8 | ||
| 9 | Signed-off-by: Oleh Matiusha <omatiush@cisco.com> | 9 | Signed-off-by: Oleh Matiusha <omatiush@cisco.com> |
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 10 | --- | 12 | --- |
| 11 | configure.ac | 8 ++++++++ | 13 | configure.ac | 8 ++++++++ |
| 12 | 1 file changed, 8 insertions(+) | 14 | 1 file changed, 8 insertions(+) |
diff --git a/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch b/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch index 665f3afc9f..4b9c933d01 100644 --- a/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch +++ b/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch | |||
| @@ -7,6 +7,8 @@ Use reproducible build date instead of compilation time and date. | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Oleh Matiusha <omatiush@cisco.com> | 8 | Signed-off-by: Oleh Matiusha <omatiush@cisco.com> |
| 9 | 9 | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 10 | --- | 12 | --- |
| 11 | tools/re2c/parser.c | 5 +++++ | 13 | tools/re2c/parser.c | 5 +++++ |
| 12 | 1 file changed, 5 insertions(+) | 14 | 1 file changed, 5 insertions(+) |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch b/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch index 0ec5b5b1cd..74ae1530cb 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch | |||
| @@ -16,6 +16,8 @@ Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | |||
| 16 | 16 | ||
| 17 | Rebase to 0.9.8 | 17 | Rebase to 0.9.8 |
| 18 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 18 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
| 19 | |||
| 20 | Upstream-Status: Pending | ||
| 19 | --- | 21 | --- |
| 20 | Makefile.inc | 2 +- | 22 | Makefile.inc | 2 +- |
| 21 | kpartx/kpartx.rules | 2 +- | 23 | kpartx/kpartx.rules | 2 +- |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch index a24c827dc7..4b24bd2d35 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch | |||
| @@ -20,6 +20,8 @@ Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | |||
| 20 | 20 | ||
| 21 | Rebase to 0.9.8 | 21 | Rebase to 0.9.8 |
| 22 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 22 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
| 23 | |||
| 24 | Upstream-Status: Pending | ||
| 23 | --- | 25 | --- |
| 24 | libmultipath/blacklist.c | 16 +++++----------- | 26 | libmultipath/blacklist.c | 16 +++++----------- |
| 25 | 1 file changed, 5 insertions(+), 11 deletions(-) | 27 | 1 file changed, 5 insertions(+), 11 deletions(-) |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch index f32d789b04..abaea2cfb6 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch | |||
| @@ -11,6 +11,8 @@ Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> | |||
| 11 | [OP: Rebase to 0.9.3] | 11 | [OP: Rebase to 0.9.3] |
| 12 | [OP: Drop dependencies that are already present in the 0.9.3 Makefile] | 12 | [OP: Drop dependencies that are already present in the 0.9.3 Makefile] |
| 13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
| 14 | |||
| 15 | Upstream-Status: Pending | ||
| 14 | --- | 16 | --- |
| 15 | Makefile | 10 ++++++++++ | 17 | Makefile | 10 ++++++++++ |
| 16 | 1 file changed, 10 insertions(+) | 18 | 1 file changed, 10 insertions(+) |
diff --git a/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch b/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch index 37cb78a308..91575d2712 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch +++ b/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch | |||
| @@ -7,6 +7,8 @@ Subject: [PATCH] Do not strip binaries. | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Philip Balister <philip@balister.org> | 8 | Signed-off-by: Philip Balister <philip@balister.org> |
| 9 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | 9 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> |
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 10 | --- | 12 | --- |
| 11 | tools/pybind11NewTools.cmake | 7 ------- | 13 | tools/pybind11NewTools.cmake | 7 ------- |
| 12 | tools/pybind11Tools.cmake | 6 ------ | 14 | tools/pybind11Tools.cmake | 6 ------ |
