From e048bd0679b8731162956804eaa4cefcc2a85885 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 30 Nov 2017 11:09:42 +0000 Subject: [PATCH] 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 (cherry picked from commit 74e84ca7839d0dab275c12dd63b62c1d6b96080a) --- recipes-demo-hmi/dashboard/dashboard_git.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb index 289b4482e..f23cb6d68 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 -} -- 2.16.6