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 --- ...ovide-implementation-of-strndupa-for-musl.patch | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch (limited to 'external/meta-python2/recipes-devtools/python/python-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch') diff --git a/external/meta-python2/recipes-devtools/python/python-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch b/external/meta-python2/recipes-devtools/python/python-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch new file mode 100644 index 00000000..d7085a85 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch @@ -0,0 +1,42 @@ +From 8b639f9faf6199e47b9eae0698d01a22917b6abe Mon Sep 17 00:00:00 2001 +From: Tim Orling +Date: Fri, 29 Dec 2017 09:17:17 -0800 +Subject: [PATCH] Provide implementation of strndupa for musl + +Reuse the approach from oe-core: +/meta/recipes-core/systemd/systemd/0002-src-basic-missing.h-check-for-missing-strndupa.patch + +Original patch author: Emil Renner Berthing + +Signed-off-by: Tim Orling