diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2022-04-01 23:59:43 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
| commit | 929ae5a4340451908082a0237d5828cb5cbb46f1 (patch) | |
| tree | 7f3226dbdb9baf33dfebda462b6ef0ea7fa43387 /meta-oe | |
| parent | 6c422afeea818f186a65c408247a630bc5322050 (diff) | |
| download | meta-openembedded-929ae5a4340451908082a0237d5828cb5cbb46f1.tar.gz | |
wxwidgets: git -> gitsm to fix build when no x11
Fixed when x11 is not in DISTRO_FEATURES:
$ bitbake wxwidgets
CMake Error at build/cmake/functions.cmake:542 (add_library):
Cannot find source file:
/path/to/core2-64-wrs-linux/wxwidgets/3.1.5-r0/git/src/expat/expat/lib/xmlparse.c
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb index b10742eac6..e821430406 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb | |||
| @@ -19,7 +19,7 @@ DEPENDS += " \ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 22 | git://github.com/wxWidgets/wxWidgets.git;branch=master;protocol=https \ | 22 | gitsm://github.com/wxWidgets/wxWidgets.git;branch=master;protocol=https \ |
| 23 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ | 23 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ |
| 24 | file://fix-libdir-for-multilib.patch \ | 24 | file://fix-libdir-for-multilib.patch \ |
| 25 | file://respect-DESTDIR-when-create-link.patch \ | 25 | file://respect-DESTDIR-when-create-link.patch \ |
