diff --git a/recipes-qt/qt6/qtapplicationmanager_git.bb b/recipes-qt/qt6/qtapplicationmanager_git.bb index 175ee3d..c9103aa 100644 --- a/recipes-qt/qt6/qtapplicationmanager_git.bb +++ b/recipes-qt/qt6/qtapplicationmanager_git.bb @@ -14,6 +14,7 @@ include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase qtdeclarative libyaml libarchive qtapplicationmanager-native" +DEPENDS:append:class-target = " qthttpserver" DEPENDS:append:libc-musl = " libexecinfo" RDEPENDS:${PN}:class-target = "libcrypto ${PN}-tools" @@ -28,8 +29,8 @@ PACKAGECONFIG:class-native ??= "tools-only" PACKAGECONFIG:class-nativesdk ??= "${PACKAGECONFIG:class-native}" FILES:${PN}-tools = "\ + ${QT6_INSTALL_BINDIR}/appman-package-server* \ ${QT6_INSTALL_BINDIR}/appman-packager* \ - ${QT6_INSTALL_BINDIR}/appman-dumpqmltypes* \ ${QT6_INSTALL_BINDIR}/appman-qmltestrunner* \ "