Skip to content
Snippets Groups Projects
Commit b76ccdda authored by Robert Drab's avatar Robert Drab
Browse files

Merge branch 'fix/qa-file-rdeps' into 'kirkstone'

openharmony-standard-3.0: Fix missing runtime dependencies

See merge request eclipse/oniro-core/meta-openharmony!28
parents eb5bc16e 4c9fc515
No related branches found
No related tags found
1 merge request!28openharmony-standard-3.0: Fix missing runtime dependencies
Pipeline #5954 failed
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
graphic-standard: Add missing entry for libwms_client
libwms_client is required by the libcamera_napi library but is not being
installed to the system image.
Signed-off-by: Robert Drab <robert.drab@huawei.com>
Upstream-Status: Inactive-Upstream [OpenHarmony 3.0 upstream repository https://gitee.com/openharmony/graphic_standard marked as closed]
diff --git a/ohos.build b/ohos.build
index f2b6d0da..827f223a 100755
--- a/ohos.build
+++ b/ohos.build
@@ -20,6 +20,7 @@
"//foundation/graphic/standard/frameworks/bootanimation:bootanimation",
"//foundation/graphic/standard/frameworks/bootanimation:bootanimation-480x960.raw",
+ "//foundation/graphic/standard:libwms_client",
"//foundation/graphic/standard:default.scss",
"//foundation/graphic/standard:graphic.rc"
],
...@@ -62,6 +62,7 @@ SRC_URI += "file://hihope-gralloc-Backport-to-3.0.patch;patchdir=${S}/device/hih ...@@ -62,6 +62,7 @@ SRC_URI += "file://hihope-gralloc-Backport-to-3.0.patch;patchdir=${S}/device/hih
SRC_URI += "file://ivi-input-controller.c-Fix-g_ctx-declaration-causing-segfault.patch;patchdir=${S}/third_party/wayland-ivi-extension" SRC_URI += "file://ivi-input-controller.c-Fix-g_ctx-declaration-causing-segfault.patch;patchdir=${S}/third_party/wayland-ivi-extension"
SRC_URI += "file://xf86drm.c-Add-drmWaitVBlank-hack.patch;patchdir=${S}/third_party/libdrm" SRC_URI += "file://xf86drm.c-Add-drmWaitVBlank-hack.patch;patchdir=${S}/third_party/libdrm"
SRC_URI += "file://graphic-standard-Add-missing-entry-for-libwms_client.patch;patchdir=${S}/foundation/graphic/standard"
inherit python3native gn_base ptest inherit python3native gn_base ptest
...@@ -357,10 +358,5 @@ RDEPENDS:${PN}-ptest += "${PN}-hilog-ptest ${PN}-hilog" ...@@ -357,10 +358,5 @@ RDEPENDS:${PN}-ptest += "${PN}-hilog-ptest ${PN}-hilog"
INSANE_SKIP:${PN} = "already-stripped" INSANE_SKIP:${PN} = "already-stripped"
EXCLUDE_FROM_SHLIBS = "1" EXCLUDE_FROM_SHLIBS = "1"
# We have the following problem:
# ERROR: openharmony-standard-3.0-r0 do_package_qa: QA Issue: /usr/lib/module/multimedia/libcamera_napi.z.so contained in package openharmony-standard requires libwms_client.z.so, but no providers found in RDEPENDS:openharmony-standard? [file-rdeps]
# and seems to be a bug in OpenHarmony 3.0
INSANE_SKIP:${PN} = "file-rdeps"
# To avoid excessive diskspace blowup, we are stripping our executables # To avoid excessive diskspace blowup, we are stripping our executables
INSANE_SKIP:${PN} += "already-stripped" INSANE_SKIP:${PN} += "already-stripped"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment