From 74fe5f9d4eeac7b01b27d0abb94e4a7724db0495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 20 Jul 2021 08:14:03 +0200 Subject: [PATCH] mozjs/0001-Port-build-to-python3.patch: Fix typos in description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../mozjs/mozjs/0001-Port-build-to-python3.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch index e525047df4..5cdad93e95 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch @@ -17,15 +17,15 @@ Content-Transfer-Encoding: 8bit python/mozbuild/mozbuild/configure/__init__.py / Line 310 onwards * major changes upstream on build are not to expect so upgrading should cause little trouble and changes can be tracked by [3] -* some solutions are workarounds/hacks so this patch will not be accepeted - upstream. This should not be a probelme for us: once mozjs >= 68 will arrive +* some solutions are workarounds/hacks so this patch will not be accepted + upstream. This should not be a problem for us: once mozjs >= 68 will arrive we have to go to rust/cargo based build anyway. [1] https://code.foxkit.us/adelie/packages/blob/f2b5773da19ab397fbe64fd32dacc383cfe4cd77/user/mozjs/python3.patch [2] https://github.com/mozilla/gecko-dev [3] https://github.com/mozilla/gecko-dev/tree/esr60 -Upstream-Status: Inaproppriate [Some Hacks] +Upstream-Status: Inappropriate [Some Hacks] Signed-off-by: Andreas Müller ---