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/radio | |
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/radio')
-rw-r--r-- | recipes-demo-hmi/radio/radio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/radio/radio_git.bb b/recipes-demo-hmi/radio/radio_git.bb index 52a981f25..22d7ecbe6 100644 --- a/recipes-demo-hmi/radio/radio_git.bb +++ b/recipes-demo-hmi/radio/radio_git.bb @@ -35,4 +35,4 @@ do_install_append() { FILES_${PN} += "${sysconfdir}/xdg/AGL/*" -RDEPENDS_${PN} += "agl-service-radio" +RDEPENDS_${PN} += "agl-service-radio libqtappfw" |