diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-04-01 10:13:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-31 21:23:05 -0700 |
commit | e0f5bcfc1d093572e323d8239c26c7b5c296a1c5 (patch) | |
tree | 73e323387e8fb1e890a8036b0c55d58212754d05 /meta-oe/recipes-extended/wxwidgets | |
parent | 02f2f6accbfd8cc6bb228794a6da07fd7bba8aa8 (diff) | |
download | meta-openembedded-e0f5bcfc1d093572e323d8239c26c7b5c296a1c5.tar.gz |
wxwidgets: fix typo
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/wxwidgets')
-rw-r--r-- | meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
2 | library name is libwx_baseu-3.1-Linux.so rather than libwx_baseu-3.1.so. It is | 2 | library name is libwx_baseu-3.1-Linux.so rather than libwx_baseu-3.1.so. It is |
3 | not appropriate for oe. | 3 | not appropriate for oe. |
4 | 4 | ||
5 | Upsteam-Status: Pending [oe specific] | 5 | Upstream-Status: Pending [oe specific] |
6 | 6 | ||
7 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | 7 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |
8 | --- | 8 | --- |