* [Buildroot] [PATCH 1/1] qt5webengine: replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
@ 2018-02-11 0:18 Gaël PORTAY
2018-02-13 22:22 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gaël PORTAY @ 2018-02-11 0:18 UTC (permalink / raw)
To: buildroot
Apply effect of commit 0f9c0bf3d5 to Qt WebEngine.
Signed-off-by: Ga?l PORTAY <gael.portay@savoirfairelinux.com>
---
This package was not yet merged and it has escaped from the global
replace.
package/qt5/qt5webengine/qt5webengine.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/qt5/qt5webengine/qt5webengine.mk b/package/qt5/qt5webengine/qt5webengine.mk
index c283b49c3f..43ffde4f85 100644
--- a/package/qt5/qt5webengine/qt5webengine.mk
+++ b/package/qt5/qt5webengine/qt5webengine.mk
@@ -39,7 +39,7 @@ endef
QT5WEBENGINE_PRE_CONFIGURE_HOOKS += QT5WEBENGINE_PYTHON2_SYMLINK
define QT5WEBENGINE_CONFIGURE_CMDS
- (cd $(@D); $(TARGET_MAKE_ENV) $(QT5WEBENGINE_ENV) $(HOST_DIR)/usr/bin/qmake $(QT5WEBENGINE_QMAKEFLAGS))
+ (cd $(@D); $(TARGET_MAKE_ENV) $(QT5WEBENGINE_ENV) $(HOST_DIR)/bin/qmake $(QT5WEBENGINE_QMAKEFLAGS))
endef
define QT5WEBENGINE_BUILD_CMDS
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-13 22:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 0:18 [Buildroot] [PATCH 1/1] qt5webengine: replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin Gaël PORTAY
2018-02-13 22:22 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox