From e0f5bcfc1d093572e323d8239c26c7b5c296a1c5 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Fri, 1 Apr 2022 10:13:47 +0800 Subject: [PATCH] wxwidgets: fix typo Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../wxwidgets/not-append-system-name-to-lib-name.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch b/meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch index ef6963375f..0f78cc134e 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch @@ -2,7 +2,7 @@ It appends system name to library names for cross compile. For example, the library name is libwx_baseu-3.1-Linux.so rather than libwx_baseu-3.1.so. It is not appropriate for oe. -Upsteam-Status: Pending [oe specific] +Upstream-Status: Pending [oe specific] Signed-off-by: Kai Kang ---