diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-08 11:37:09 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-09 22:03:26 +0200 |
commit | c9487c7065345f5e8f5702d20d3d5cbe7e3bbe3c (patch) | |
tree | a8d3624826f2513bad26c469c64681400733b273 | |
parent | 7aaa730ce296b8f4ab4272141ad463290944863b (diff) |
libglib2: remove gdbus-codegen from target
It requires python and it's normally used at build time, hence since we
don't support toolchain in the target it really doesn't make much sense.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libglib2/libglib2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk index fe303a7c8..50507f297 100644 --- a/package/libglib2/libglib2.mk +++ b/package/libglib2/libglib2.mk @@ -137,7 +137,7 @@ endif define LIBGLIB2_REMOVE_DEV_FILES rm -rf $(TARGET_DIR)/usr/lib/glib-2.0 rm -rf $(addprefix $(TARGET_DIR)/usr/share/glib-2.0/,codegen gettext) - rm -f $(addprefix $(TARGET_DIR)/usr/bin/,glib-compile-schemas glib-compile-resources glib-genmarshal glib-gettextize glib-mkenums gobject-query gtester gtester-report) + rm -f $(addprefix $(TARGET_DIR)/usr/bin/,gdbus-codegen glib-compile-schemas glib-compile-resources glib-genmarshal glib-gettextize glib-mkenums gobject-query gtester gtester-report) $(LIBGLIB2_REMOVE_GDB_FILES) endef |