all packages: use new host-xxx-package macros
This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c98337911c
commit
69e64c42b7
@ -43,4 +43,4 @@ define HOST_SYSLINUX_CLEAN_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -55,4 +55,4 @@ HOST_ATK_CONF_OPT = \
|
||||
--disable-glibtest
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -18,7 +18,7 @@ HOST_AUTOCONF_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
|
||||
HOST_AUTOCONF_DEPENDENCIES = host-m4 host-libtool
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# variables used by other packages
|
||||
AUTOCONF:=$(HOST_DIR)/usr/bin/autoconf
|
||||
|
@ -24,7 +24,7 @@ HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
|
||||
HOST_AUTOMAKE_POST_INSTALL_HOOKS += HOST_AUTOMAKE_MAKE_ACLOCAL
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# variables used by other packages
|
||||
AUTOMAKE = $(HOST_DIR)/usr/bin/automake
|
||||
|
@ -62,4 +62,4 @@ endef
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -17,4 +17,4 @@ endef
|
||||
BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -104,4 +104,4 @@ define HOST_BZIP2_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -43,7 +43,7 @@ HOST_CCACHE_POST_CONFIGURE_HOOKS += \
|
||||
HOST_CCACHE_PATCH_CONFIGURATION
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
ifeq ($(BR2_CCACHE),y)
|
||||
ccache-stats: host-ccache
|
||||
|
@ -24,4 +24,4 @@ HOST_CDRKIT_CONF_OPT += -DCMAKE_C_FLAGS="-I$(HOST_DIR)/usr/include"
|
||||
HOST_CDRKIT_CONF_OPT += -DCMAKE_EXE_LINKER_FLAGS="$(HOST_LDFLAGS)"
|
||||
|
||||
$(eval $(call CMAKETARGETS))
|
||||
$(eval $(call CMAKETARGETS,host))
|
||||
$(eval $(host-cmake-package))
|
||||
|
@ -15,4 +15,4 @@ define HOST_CLOOP_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -18,4 +18,4 @@ define HOST_CMAKE_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -29,4 +29,4 @@ define HOST_CRAMFS_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -5,4 +5,4 @@ CROSSTOOL_NG_INSTALL_TARGET = NO
|
||||
CROSSTOOL_NG_MAKE = $(MAKE1)
|
||||
HOST_CROSSTOOL_NG_DEPENDENCIES = $(if $(BR2_CCACHE),host-ccache) host-gawk host-automake host-gperf
|
||||
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -33,7 +33,7 @@ HOST_DBUS_GLIB_CONF_OPT = \
|
||||
--enable-asserts=yes
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# dbus-glib for the host
|
||||
DBUS_GLIB_HOST_BINARY:=$(HOST_DIR)/usr/bin/dbus-binding-tool
|
||||
|
@ -88,4 +88,4 @@ HOST_DBUS_GEN_INTROSPECT = \
|
||||
HOST_DBUS_POST_INSTALL_HOOKS += HOST_DBUS_GEN_INTROSPECT
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -143,7 +143,7 @@ endef
|
||||
DIRECTFB_POST_INSTALL_STAGING_HOOKS += DIRECTFB_STAGING_CONFIG_FIXUP
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# directfb-csource for the host
|
||||
DIRECTFB_HOST_BINARY:=$(HOST_DIR)/usr/bin/directfb-csource
|
||||
|
@ -104,4 +104,4 @@ E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_TARGET_FINDFS_SYMLINK
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -99,4 +99,4 @@ LIBECORE_CONF_OPT += --disable-ecore-evas
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -21,4 +21,4 @@ endif
|
||||
HOST_LIBEDJE_CONF_OPT = --enable-edje-cc
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ LIBEET_INSTALL_STAGING = YES
|
||||
LIBEET_DEPENDENCIES = host-pkg-config zlib jpeg libeina
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ LIBEINA_INSTALL_STAGING = YES
|
||||
LIBEINA_DEPENDENCIES = host-pkg-config
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ LIBEMBRYO_INSTALL_STAGING = YES
|
||||
LIBEMBRYO_DEPENDENCIES = host-pkg-config libeina
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -213,4 +213,4 @@ LIBEVAS_CONF_OPT += --disable-doc
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ EXPAT_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) installlib
|
||||
EXPAT_DEPENDENCIES = host-pkg-config
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -9,4 +9,4 @@ FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20111201T093630Z/pool/
|
||||
FAKEROOT_LICENSE = GPLv3+
|
||||
FAKEROOT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -15,4 +15,4 @@ define FILE_UNINSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -44,4 +44,4 @@ FLEX_POST_CLEAN_HOOKS += FLEX_UNINSTALL_LIBFL
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -26,4 +26,4 @@ HOST_FONTCONFIG_CONF_OPT = \
|
||||
--disable-static
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -34,4 +34,4 @@ FREETYPE_POST_INSTALL_TARGET_HOOKS += FREETYPE_FREETYPE_CONFIG_TARGET_REMOVE
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -31,4 +31,4 @@ define GAWK_UNINSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -54,4 +54,4 @@ HOST_GDK_PIXBUF_CONF_OPT = \
|
||||
|
||||
HOST_GDK_PIXBUF_DEPENDENCIES = host-libpng
|
||||
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -9,4 +9,4 @@ GENEXT2FS_SOURCE=genext2fs-$(GENEXT2FS_VERSION).tar.gz
|
||||
GENEXT2FS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/genext2fs
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -28,4 +28,4 @@ define HOST_GENROMFS_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
@ -15,4 +15,4 @@ GMP_MAKE_OPT += CFLAGS="$(TARGET_CFLAGS) -marm"
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -10,7 +10,7 @@ GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex
|
||||
HOST_GOB2_DEPENDENCIES = host-libglib2
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# gob2 for the host
|
||||
GOB2_HOST_BINARY:=$(HOST_DIR)/usr/bin/gob2
|
||||
|
@ -8,4 +8,4 @@ GPERF_VERSION = 3.0.4
|
||||
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -25,4 +25,4 @@ endef
|
||||
ICU_POST_INSTALL_TARGET_HOOKS += ICU_PREFIX_FIXUP
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -13,5 +13,5 @@ HOST_INTLTOOL_CONF_OPT = \
|
||||
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -15,4 +15,4 @@ endef
|
||||
JPEG_POST_INSTALL_TARGET_HOOKS += JPEG_REMOVE_USELESS_TOOLS
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -22,4 +22,4 @@ define HOST_JSMIN_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -38,4 +38,4 @@ define HOST_LIBCAP_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -32,5 +32,5 @@ endef
|
||||
LIBFFI_POST_INSTALL_TARGET_HOOKS += LIBFFI_MOVE_TARGET_HEADERS
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -21,4 +21,4 @@ LIBFDTI_CONF_OPT += --disable-libftdipp
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -89,6 +89,6 @@ LIBGLIB2_POST_INSTALL_TARGET_HOOKS += LIBGLIB2_REMOVE_GDB_FILES
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
LIBGLIB2_HOST_BINARY:=$(HOST_DIR)/usr/bin/glib-genmarshal
|
||||
|
@ -152,4 +152,4 @@ define HOST_LIBGTK2_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -31,4 +31,4 @@ LIBPNG_POST_INSTALL_TARGET_HOOKS += LIBPNG_REMOVE_CONFIG_SCRIPTS
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -11,7 +11,7 @@ LIBTOOL_INSTALL_STAGING = YES
|
||||
HOST_LIBTOOL_LIBTOOL_PATCH = NO
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# variables used by other packages
|
||||
LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
|
||||
|
@ -18,4 +18,4 @@ endef
|
||||
LIBUSB_COMPAT_POST_INSTALL_STAGING_HOOKS+=LIBUSB_COMPAT_FIXUP_CONFIG
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ LIBUSB_DEPENDENCIES = host-pkg-config
|
||||
LIBUSB_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -37,5 +37,5 @@ define HOST_LIBXML_PARSER_PERL_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
||||
|
@ -35,7 +35,7 @@ LIBXML2_POST_INSTALL_TARGET_HOOKS += LIBXML2_REMOVE_CONFIG_SCRIPTS
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# libxml2 for the host
|
||||
LIBXML2_HOST_BINARY:=$(HOST_DIR)/usr/bin/xmllint
|
||||
|
@ -42,4 +42,4 @@ LIBXSLT_POST_INSTALL_TARGET_HOOKS += LIBXSLT_REMOVE_CONFIG_SCRIPTS
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -17,4 +17,4 @@ define HOST_LOCALEDEF_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/localedef $(HOST_DIR)/usr/bin/localedef
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -6,4 +6,4 @@ define HOST_LPC3250LOADER_INSTALL_CMDS
|
||||
$(HOST_DIR)/usr/bin/LPC3250loader.py
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -12,4 +12,4 @@ HOST_LTTNG_BABELTRACE_AUTORECONF = YES
|
||||
LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -161,4 +161,4 @@ define HOST_LUA_CLEAN_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -10,6 +10,6 @@ LZMA_INSTALL_STAGING = YES
|
||||
LZMA_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
LZMA=$(HOST_DIR)/usr/bin/lzma
|
||||
|
@ -10,4 +10,4 @@ LZO_LICENSE_FILES = COPYING
|
||||
LZO_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -18,4 +18,4 @@ endif
|
||||
HOST_M4_CONF_OPT = --disable-static
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -32,4 +32,4 @@ define HOST_MAKEDEVS_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -151,4 +151,4 @@ define MICROPERL_UNINSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -21,5 +21,5 @@ HOST_MODULE_INIT_TOOLS_CONF_ENV = ac_cv_prog_DOCBOOKTOMAN=''
|
||||
HOST_MODULE_INIT_TOOLS_CONF_OPT = --disable-static-utils
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -14,4 +14,4 @@ MPC_AUTORECONF = YES
|
||||
HOST_MPC_AUTORECONF = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ MPFR_DEPENDENCIES = gmp
|
||||
MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -86,4 +86,4 @@ define MTD_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -8,4 +8,5 @@ NASM_VERSION = 2.10.01
|
||||
NASM_SOURCE = nasm-$(NASM_VERSION).tar.bz2
|
||||
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
||||
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -139,4 +139,4 @@ HOST_NCURSES_CONF_OPT = \
|
||||
--without-shared --without-gpm
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -18,4 +18,4 @@ define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS
|
||||
done
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -40,4 +40,4 @@ HOST_OPENOCD_CONF_OPT = \
|
||||
--enable-vsllink
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -23,4 +23,4 @@ ORC_POST_INSTALL_TARGET_HOOKS += ORC_REMOVE_DEVFILES
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -17,4 +17,4 @@ PIXMAN_CONF_OPT += --disable-arm-iwmmxt
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -20,6 +20,6 @@ HOST_PKG_CONFIG_AUTORECONF = YES
|
||||
HOST_PKG_CONFIG_DEPENDENCIES =
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
PKG_CONFIG_HOST_BINARY:=$(HOST_DIR)/usr/bin/pkg-config
|
||||
|
@ -16,4 +16,4 @@ POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -18,4 +18,4 @@ PROTOBUF_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -18,4 +18,4 @@ define HOST_PYTHON_DISTUTILSCROSS_INSTALL_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(HOST_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -28,5 +28,5 @@ define PYTHON_SETUPTOOLS_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
||||
|
@ -168,4 +168,4 @@ PYTHON_POST_INSTALL_TARGET_HOOKS += PYTHON_REMOVE_USELESS_FILES
|
||||
PYTHON_AUTORECONF = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -32,4 +32,4 @@ ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -19,4 +19,4 @@ define HOST_SAM_BA_INSTALL_CMDS
|
||||
ln -s ../../opt/sam-ba/sam-ba $(HOST_DIR)/usr/bin/sam-ba
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -10,4 +10,4 @@ define HOST_SCONS_INSTALL_CMDS
|
||||
(cd $(@D); python setup.py install --prefix=$(HOST_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -26,7 +26,7 @@ define SHARED_MIME_INFO_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# shared-mime-info for the host
|
||||
SHARED_MIME_INFO_HOST_BINARY:=$(HOST_DIR)/usr/bin/update-mime-database
|
||||
|
@ -73,4 +73,4 @@ define HOST_SQUASHFS_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -25,5 +25,5 @@ define HOST_SQUASHFS3_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
||||
|
@ -42,4 +42,4 @@ define HOST_SSTRIP_UNINSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -25,4 +25,4 @@ define HOST_TAR_EXTRACT_CMDS
|
||||
mv $(@D)/tar-$(TAR_VERSION)/* $(@D)
|
||||
rmdir $(@D)/tar-$(TAR_VERSION)
|
||||
endef
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -32,4 +32,4 @@ endef
|
||||
TCL_POST_INSTALL_TARGET_HOOKS += TCL_POST_INSTALL_CLEANUP
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -52,4 +52,4 @@ define HOST_UBOOT_TOOLS_INSTALL_CMDS
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
$(eval $(host-generic-package))
|
||||
|
@ -82,7 +82,7 @@ HOST_UTIL_LINUX_CONF_OPT += \
|
||||
--disable-schedutils --disable-wall --disable-partx
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# MKINSTALLDIRS comes from tweaked m4/nls.m4, but autoreconf uses staging
|
||||
# one, so it disappears
|
||||
|
@ -14,4 +14,4 @@ VALA_DEPENDENCIES = host-flex libglib2 \
|
||||
HOST_VALA_DEPENDENCIES = host-flex host-libglib2
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -20,5 +20,5 @@ LIBXCB_CONF_OPT = --disable-build-docs
|
||||
HOST_LIBXCB_CONF_OPT = --disable-build-docs
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -10,5 +10,5 @@ PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
|
||||
PTHREAD_STUBS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -10,4 +10,4 @@ XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -10,4 +10,4 @@ XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -10,4 +10,4 @@ XAPP_MKFONTSCALE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_MKFONTSCALE_DEPENDENCIES = zlib freetype xlib_libfontenc xproto_xproto
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -10,4 +10,4 @@ XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -10,4 +10,4 @@ XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,5 +12,5 @@ XCB_PROTO_INSTALL_STAGING = YES
|
||||
XCB_PROTO_DEPENDENCIES = host-python
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
@ -10,4 +10,4 @@ XFONT_ENCODINGS_SITE = http://xorg.freedesktop.org/releases/individual/font
|
||||
XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -12,4 +12,4 @@ XFONT_FONT_UTIL_INSTALL_STAGING = YES
|
||||
XFONT_FONT_UTIL_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -38,4 +38,4 @@ endef
|
||||
XLIB_LIBX11_POST_CONFIGURE_HOOKS += XLIB_LIBX11_BUILD_MAKEKEYS_FOR_HOST
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
||||
$(eval $(call AUTOTARGETS,host))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user