From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../mozjs/mozjs/JS_PUBLIC_API.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 external/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch (limited to 'external/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch') diff --git a/external/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch b/external/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch deleted file mode 100644 index 6c87ff2a..00000000 --- a/external/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch +++ /dev/null @@ -1,37 +0,0 @@ -Patch from https://bugzilla.mozilla.org/show_bug.cgi?id=1426865 - -Signed-off-by: Khem Raj -Upstream-Status: Submitted [https://bugzilla.mozilla.org/show_bug.cgi?id=1426865] ---- a/js/public/TypeDecls.h -+++ b/js/public/TypeDecls.h -@@ -21,22 +21,23 @@ - #include - - #include "js-config.h" -+#include "jstypes.h" - - struct JSContext; --class JSFunction; -+class JS_PUBLIC_API(JSFunction); - class JSObject; --class JSScript; --class JSString; --class JSAddonId; -+class JS_PUBLIC_API(JSScript); -+class JS_PUBLIC_API(JSString); -+class JS_PUBLIC_API(JSAddonId); - --struct jsid; -+struct JS_PUBLIC_API(jsid); - - namespace JS { - - typedef unsigned char Latin1Char; - --class Symbol; --class Value; -+class JS_PUBLIC_API(Symbol); -+class JS_PUBLIC_API(Value); - template class Handle; - template class MutableHandle; - template class Rooted; -- cgit 1.2.3-korg