- add wayland dependency to fix: | Run-time dependency wayland-client found: NO (tried pkg-config and cmake) | | ../sources/AppStream-1.1.5/meson.build:210:25: ERROR: Dependency "wayland-client" not found (tried pkg-config and cmake)
Signed-off-by: Markus Volk <[email protected]> --- .../appstream/{appstream_1.1.3.bb => appstream_1.1.5.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-support/appstream/{appstream_1.1.3.bb => appstream_1.1.5.bb} (94%) diff --git a/meta/recipes-support/appstream/appstream_1.1.3.bb b/meta/recipes-support/appstream/appstream_1.1.5.bb similarity index 94% rename from meta/recipes-support/appstream/appstream_1.1.3.bb rename to meta/recipes-support/appstream/appstream_1.1.5.bb index 06e4f7940a..545c67a557 100644 --- a/meta/recipes-support/appstream/appstream_1.1.3.bb +++ b/meta/recipes-support/appstream/appstream_1.1.5.bb @@ -11,6 +11,7 @@ DEPENDS = " \ libfyaml \ libxml2 \ libxmlb \ + wayland \ " inherit meson gobject-introspection gettext gi-docgen pkgconfig vala bash-completion @@ -24,7 +25,7 @@ SRC_URI = " \ file://0002-Do-not-build-qt-tests.patch \ file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \ " -SRC_URI[sha256sum] = "2624f967068427edc94f3979edae3571bb077063f5bc231f737776da527bf467" +SRC_URI[sha256sum] = "fc57337e250b0d27e75ac4216cc69a76d03c54011a5da5c7a2c57711a3d0cdf9" S = "${UNPACKDIR}/AppStream-${PV}" -- 2.55.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241968): https://lists.openembedded.org/g/openembedded-core/message/241968 Mute This Topic: https://lists.openembedded.org/mt/120437798/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
