A v2 Patch that adds libpcap dependency. Otherwise if libpcap is available, scons would detect that and build mongosniff that links against libpcap. So if we don't depend on libpcap but it is there, we get a QA warning. If we depend on it, scons will always build mongosniff and always link against it.
Sven Ebenfeld (1): mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist ...Make-it-possible-to-disable-the-use-of-v8.patch | 50 -------- ...to-use-build-settings-from-environment-va.patch | 67 +++++++++++ ...02-Fix-linking-when-scripting-is-disabled.patch | 25 ---- ...d-mongo-binary-when-scripting-is-disabled.patch | 64 ----------- ...ce-os.uname-with-os.getenv-OE_TARGET_ARCH.patch | 50 -------- ...ports-atomic-ops-for-armv5-and-up-but-onl.patch | 127 --------------------- meta-oe/recipes-support/mongodb/mongodb_git.bb | 66 ++++++----- 7 files changed, 105 insertions(+), 344 deletions(-) delete mode 100644 meta-oe/recipes-support/mongodb/mongodb/0001-Make-it-possible-to-disable-the-use-of-v8.patch create mode 100644 meta-oe/recipes-support/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch delete mode 100644 meta-oe/recipes-support/mongodb/mongodb/0002-Fix-linking-when-scripting-is-disabled.patch delete mode 100644 meta-oe/recipes-support/mongodb/mongodb/0003-Do-not-build-mongo-binary-when-scripting-is-disabled.patch delete mode 100644 meta-oe/recipes-support/mongodb/mongodb/0004-replace-os.uname-with-os.getenv-OE_TARGET_ARCH.patch delete mode 100644 meta-oe/recipes-support/mongodb/mongodb/0005-GCC-4.7-supports-atomic-ops-for-armv5-and-up-but-onl.patch -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
