libgtk2: fix host build after 7a41cbf938
(fix patching procedure for host packages)
NOHOSTPKG is no more, use RAWNAME instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7a41cbf938
commit
c94224930c
@ -139,7 +139,7 @@ HOST_LIBGTK2_CONF_OPT = \
|
||||
--disable-debug
|
||||
|
||||
define HOST_LIBGTK2_PATCH_REDUCE_DEPENDENCIES_HOOK
|
||||
toolchain/patch-kernel.sh $(@D) $($(PKG)_DIR_PREFIX)/$($(NOHOSTPKG)_NAME) host-*.patch
|
||||
toolchain/patch-kernel.sh $(@D) $($(PKG)_DIR_PREFIX)/$(RAWNAME) host-*.patch
|
||||
endef
|
||||
|
||||
HOST_LIBGTK2_POST_PATCH_HOOKS += HOST_LIBGTK2_PATCH_REDUCE_DEPENDENCIES_HOOK
|
||||
|
Loading…
Reference in New Issue
Block a user