summaryrefslogtreecommitdiffstats
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:11 +0000
commite048bd0679b8731162956804eaa4cefcc2a85885 (patch)
tree0ec6af6e53a9bfbae5ec9dafc7bcbec745e89833
parent5e370788c0fede54d3ab24ba3ab8970c9c04e3fc (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> (cherry picked from commit 74e84ca7839d0dab275c12dd63b62c1d6b96080a)
-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
-}