diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2020-06-05 19:56:50 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-06-10 22:31:01 +0000 |
commit | bdee02ee6f4b54ee42c23a4afbc903c1e4527f90 (patch) | |
tree | b155ec2df9b08e6cb8fe9e3f2a2ae2f1fb1f1089 /recipes-demo-hmi/messaging/messaging_git.bb | |
parent | a318e611b00739592f5cd3c92966e45dde36a7e5 (diff) |
remove libqtappfw package from QTAGLEXTRAS
Remove libqtappfw package from QTAGLSEXTRAS and
add to individual recipe RDEPENDS.
Bug-AGL: SPEC-3390
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Idb5aaca35a8d797a4e758f82df6650ef3aeb6561
Diffstat (limited to 'recipes-demo-hmi/messaging/messaging_git.bb')
-rw-r--r-- | recipes-demo-hmi/messaging/messaging_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/messaging/messaging_git.bb b/recipes-demo-hmi/messaging/messaging_git.bb index 5812cea7a..f6b545d62 100644 --- a/recipes-demo-hmi/messaging/messaging_git.bb +++ b/recipes-demo-hmi/messaging/messaging_git.bb @@ -21,4 +21,4 @@ DEPENDS += "qtquickcontrols2 \ inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-bluetooth-map" +RDEPENDS_${PN} += "agl-service-bluetooth-map libqtappfw" |