[Buildroot] [git commit] package/elementary: provide the path to elementary_codgen

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 23 13:05:40 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4b5d6a69acc5395f3efd7aeed6df163d6e8d0c89
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

elementary_codgen tool is build for the host, so use it while building
elementary for the target.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/elementary/elementary.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/elementary/elementary.mk b/package/elementary/elementary.mk
index a06809f..01fc6e4 100644
--- a/package/elementary/elementary.mk
+++ b/package/elementary/elementary.mk
@@ -19,6 +19,7 @@ ELEMENTARY_CONF_OPTS = \
 	--with-eet-eet=$(HOST_DIR)/usr/bin/eet \
 	--with-eolian-gen=$(HOST_DIR)/usr/bin/eolian_gen \
 	--with-eldbus_codegen=$(HOST_DIR)/usr/bin/eldbus-codegen \
+	--with-elementary-codegen=$(HOST_DIR)/usr/bin/elementary_codegen \
 	--with-elm-prefs-cc=$(HOST_DIR)/usr/bin/elm_prefs_cc \
 	--with-doxygen=no \
 	--disable-elementary-test


More information about the buildroot mailing list