diff --git a/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc b/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc index 9c9259803c845c746430183040d6bf14f616eb7f..c33f1a8cc9da6e6cb51f0e6b8bb2c6b1cb4d214d 100644 --- a/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc +++ b/recipes-openharmony/openharmony/openharmony-standard-sources-3.0.inc @@ -349,9 +349,6 @@ SRCREV_FORMAT .= "+third_party_libpng" SRC_URI += "${GITEE_URL}/third_party_libsnd.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;name=third_party_libsnd;destsuffix=${OH_SRCDIR}/third_party/libsnd" SRCREV_third_party_libsnd = "11640c8570477dd9b3d741d3dfd9941b7325a98d" SRCREV_FORMAT .= "+third_party_libsnd" -SRC_URI += "${GITEE_URL}/third_party_libunwind.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;name=third_party_libunwind;destsuffix=${OH_SRCDIR}/third_party/libunwind" -SRCREV_third_party_libunwind = "60ec73774087bdecd62072a1cfbd669580c35ca2" -SRCREV_FORMAT .= "+third_party_libunwind" SRC_URI += "${GITEE_URL}/third_party_libuv.git;protocol=https;nobranch=1;branch=OpenHarmony-v3.0.1-LTS;name=third_party_libuv;destsuffix=${OH_SRCDIR}/third_party/libuv;lfs=0" SRCREV_third_party_libuv = "96413c54af34a4a0c24631ac0c3cde26517f6d67" SRCREV_FORMAT .= "+third_party_libuv" diff --git a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb index cd083d21f7f953228f10a3b4b3540f8a27a96f19..a1ac54f8234a94657988de4c2d19d17cdc5842e8 100644 --- a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb +++ b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb @@ -1580,7 +1580,7 @@ FILES:${PN}-faultlogger = " \ ${libdir}/libdfx_signalhandler*${SOLIBS} \ " RDEPENDS:${PN}-faultlogger += "musl libcxx" -RDEPENDS:${PN}-faultlogger += "${PN}-libutils ${PN}-hilog ${PN}-thirdparty-libunwind" +RDEPENDS:${PN}-faultlogger += "${PN}-libutils ${PN}-hilog" RDEPENDS:${PN} += "${PN}-faultlogger" # faultlogger-ptest @@ -1912,11 +1912,6 @@ FILES:${PN}-thirdparty-protobuf = "${libdir}/libprotobuf_standard*${SOLIBS}" RDEPENDS:${PN}-thirdparty-protobuf += "musl libcxx" RDEPENDS:${PN} += "${PN}-thirdparty-protobuf" -PACKAGES =+ "${PN}-thirdparty-libunwind" -FILES:${PN}-thirdparty-libunwind = "${libdir}/libunwind*${SOLIBS}" -RDEPENDS:${PN}-thirdparty-libunwind += "musl libcxx" -RDEPENDS:${PN} += "${PN}-thirdparty-libunwind" - PACKAGES =+ "${PN}-thirdparty-giflib" FILES:${PN}-thirdparty-giflib = "${libdir}/libgif*${SOLIBS}" RDEPENDS:${PN}-thirdparty-giflib += "musl libcxx"