summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/dashboard
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-11-30 11:09:42 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-30 14:26:05 +0000
commit74e84ca7839d0dab275c12dd63b62c1d6b96080a (patch)
tree8d2ebe846e0715686ec13baab0c339c8c461423e /recipes-demo-hmi/dashboard
parent0f801b5a690f248e594fa26d0e13ad239cf06f68 (diff)
Clean recipe for Dashboard
Removing redandant sed script. Related: AGL/apps/dashboard.git 06ca4be Fix path to Qt5Tool:lrelease for native Change-Id: If6599396a7fcaacf1cbebee6db183860c7eba785 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-demo-hmi/dashboard')
-rw-r--r--recipes-demo-hmi/dashboard/dashboard_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb
index 289b4482..f23cb6d6 100644
--- a/recipes-demo-hmi/dashboard/dashboard_git.bb
+++ b/recipes-demo-hmi/dashboard/dashboard_git.bb
@@ -16,8 +16,3 @@ S = "${WORKDIR}/git"
DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager qttools-native"
inherit qmake5 aglwgt
-
-do_configure_append() {
- # Find native tools
- sed -i 's:${STAGING_BINDIR}.*/lrelease:${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease:g' ${B}/app/Makefile
-}