Some packages won't ever have something to patch as they normally
install files or are meta-packages.
For these special packages, disable QUILT refresh.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
mkdir -p $(PKG_BUILD_DIR)
endef
+define Build/Quilt
+endef
+
define Build/Compile/Default
endef
define Build/Configure
endef
+define Build/Quilt
+endef
+
define Build/Compile
endef
mkdir -p $(PKG_BUILD_DIR)
endef
+define Build/Quilt
+endef
+
LIBGCC_A=$(lastword $(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc_pic.a))
LIBGCC_MAP=$(lastword $(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.map))
LIBGCC_SO=$(lastword $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so.*))
mkdir -p $(PKG_BUILD_DIR)
endef
+define Build/Quilt
+endef
+
define Build/Compile/Default
endef
Build/Compile = $(Build/Compile/Default)