diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-09 14:40:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-09-09 14:40:31 +0000 |
commit | cf6e5ce3afd1745af74fbf4ae7681aad2a412420 (patch) | |
tree | 28f4675a03673b1ad7258a4238940d2592cb1525 /meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb | |
parent | 71645b64bc5699854f888e34a0a37f799b4ec73b (diff) | |
parent | ccd9735f854443ea81750421212b77cd5cd17d7d (diff) |
Merge "Change libhomescreen-2017 to libhomescreen"flounder_5.99.6flounder/5.99.65.99.6
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb index e5b21bf5..21640013 100644 --- a/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb @@ -3,8 +3,8 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" -DEPENDS = "qtbase libhomescreen-2017" -RDEPENDS_${PN} = "libhomescreen-2017" +DEPENDS = "qtbase libhomescreen" +RDEPENDS_${PN} = "libhomescreen" inherit qmake5 |