diff mbox

[5/6] libgtk2: remove useless post-patch hook

Message ID 1369695664-5670-6-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 4378648aaff35fffb04dc44b0cd5caf762c73737
Headers show

Commit Message

Thomas Petazzoni May 27, 2013, 11:01 p.m. UTC
There used to be a post-patch hook to apply a patch only on the host
variant of libgtk2. However, after the reorganization of the patch
naming policy, this was no longer working properly, so
dd1848bc73ee9dfe211ca3ed3a233707e3bc5955 changed this by a patch that
works on both the target and host variants.

We can therefore get rid of the useless post-patch hook.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/libgtk2/libgtk2.mk |    6 ------
 1 file changed, 6 deletions(-)

Comments

Peter Korsgaard May 30, 2013, 7:52 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> There used to be a post-patch hook to apply a patch only on the host
 Thomas> variant of libgtk2. However, after the reorganization of the patch
 Thomas> naming policy, this was no longer working properly, so
 Thomas> dd1848bc73ee9dfe211ca3ed3a233707e3bc5955 changed this by a patch that
 Thomas> works on both the target and host variants.

 Thomas> We can therefore get rid of the useless post-patch hook.

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index b1ce99a..5881ea7 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -175,12 +175,6 @@  HOST_LIBGTK2_CONF_OPT = \
 		--disable-cups \
 		--disable-debug
 
-define HOST_LIBGTK2_PATCH_REDUCE_DEPENDENCIES_HOOK
- support/scripts/apply-patches.sh $(@D) $($(PKG)_DIR_PREFIX)/$(RAWNAME) host-*.patch
-endef
-
-HOST_LIBGTK2_POST_PATCH_HOOKS += HOST_LIBGTK2_PATCH_REDUCE_DEPENDENCIES_HOOK
-
 define HOST_LIBGTK2_BUILD_CMDS
  $(HOST_MAKE_ENV) make -C $(@D)/gtk gtk-update-icon-cache
 endef