From d53c8097f1dd19b63da6f1e696d79d96f73f81c5 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 26 Oct 2017 13:39:03 -0700 Subject: [PATCH] mongodb: move to recipes-dbs Signed-off-by: Armin Kuster --- .../0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch | 0 ...001-Tell-scons-to-use-build-settings-from-environment-va.patch | 0 ...001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch | 0 .../mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch | 0 .../mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch | 0 .../mongodb/mongodb/0001-mongo-Add-using-std-string.patch | 0 .../0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch | 0 ...002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch | 0 .../mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch | 0 .../mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch | 0 .../mongodb/mongodb/arm64-support.patch | 0 .../mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch | 0 meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb_git.bb | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-mongo-Add-using-std-string.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/arm64-support.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch (100%) rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb_git.bb (100%) diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-mongo-Add-using-std-string.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0001-mongo-Add-using-std-string.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/arm64-support.patch b/meta-oe/recipes-dbs/mongodb/mongodb/arm64-support.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/arm64-support.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/arm64-support.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch b/meta-oe/recipes-dbs/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch rename to meta-oe/recipes-dbs/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb similarity index 100% rename from meta-oe/recipes-support/mongodb/mongodb_git.bb rename to meta-oe/recipes-dbs/mongodb/mongodb_git.bb