diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-25 14:23:13 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-25 14:23:13 +0200 |
commit | 71b67feb1933cd34bba7492d73ee4391f764f9d1 (patch) | |
tree | ea3478f4b51595a8f5e3c41885ee6d79e226c6f1 /recipes-demo-hmi/homescreen | |
parent | 79473c2e7789d4887a449abad46732ed2b17f33d (diff) |
Fix typo in homescreen recipe
Fixes trivial typo.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I629596e7737ba309059e438e97080e0d10097541
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 44a0f524a..bfdf06e72 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -17,7 +17,7 @@ DEPENDS = "\ wayland-native \ wayland \ qtwayland \ - qtwayland-native + qtwayland-native \ " inherit qmake5 systemd pkgconfig aglwgt |