Skip to content

Commit

Permalink
treewide: disable QUILT refresh for unsupported packages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ansuel committed Oct 20, 2023
1 parent 002f180 commit c0e30b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/base-files/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef

define Build/Quilt
endef

define Build/Compile/Default

endef
Expand Down
3 changes: 3 additions & 0 deletions package/kernel/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ endef
define Build/Configure
endef

define Build/Quilt
endef

define Build/Compile
endef

Expand Down
3 changes: 3 additions & 0 deletions package/libs/toolchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ define Build/Prepare
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.*))
Expand Down
3 changes: 3 additions & 0 deletions package/system/urandom-seed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef

define Build/Quilt
endef

define Build/Compile/Default
endef
Build/Compile = $(Build/Compile/Default)
Expand Down

0 comments on commit c0e30b1

Please sign in to comment.