diff options
author | Samuli Piippo <[email protected]> | 2025-05-19 08:29:27 +0000 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-05-21 04:36:02 +0000 |
commit | 4b6d9db0f18f027ad39e319b5e2c39d07779c5c0 (patch) | |
tree | 73becd10b2765ed2eef4f1b116fb30799dcb2359 | |
parent | 4c68a3c16ed4ed7ef1edb4e47a1395d994393ddf (diff) |
QtHttpServer is used in appman-package-server which can be used
to simulate an app-store or update-server like backend.
Pick-to: 6.9 6.8
Change-Id: Ie92cd746fa5de34c634012df0e8c276129404da8
Reviewed-by: Ari Parkkila <[email protected]>
-rw-r--r-- | recipes-qt/qt6/qtapplicationmanager_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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* \ " |