From 170ef79393aabc7cfbe3cd4625dc01f0fcc25221 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Tue, 30 Jul 2019 20:49:29 +0300 Subject: [PATCH] glib2: remove dependency on own host build Saves some disk space and build time. Tested by building and running bluez. Signed-off-by: Roman Yeryomin --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index a64059657..cc9d48939 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481 PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:=glib2/host gettext +PKG_BUILD_DEPENDS:=gettext HOST_BUILD_DEPENDS:=gettext-full/host libiconv/host libffi/host PKG_INSTALL:=1 PKG_USE_MIPS16:=0