all packages: rename XXXTARGETS to xxx-package

Also remove the redundant $(call ...).

This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS))/$(eval $(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:
Arnout Vandecappelle (Essensium/Mind) 2012-07-03 00:07:32 +02:00 committed by Thomas Petazzoni
parent 46fa5cbfb8
commit e1502ebc0c
821 changed files with 821 additions and 821 deletions

View File

@ -38,7 +38,7 @@ define AT91BOOTSTRAP_INSTALL_IMAGES_CMDS
cp $(@D)/$(AT91BOOTSTRAP_BINARY) $(BINARIES_DIR)
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
ifeq ($(BR2_TARGET_AT91BOOTSTRAP),y)
# we NEED a board name unless we're at make source

View File

@ -19,4 +19,4 @@ define AT91DATAFLASHBOOT_INSTALL_IMAGES_CMDS
cp $(@D)/DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).bin $(BINARIES_DIR)
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -72,7 +72,7 @@ define BAREBOX_INSTALL_TARGET_CMDS
endef
endif
$(eval $(call GENTARGETS))
$(eval $(generic-package))
ifeq ($(BR2_TARGET_BAREBOX),y)
# we NEED a board defconfig file unless we're at make source

View File

@ -82,4 +82,4 @@ define GRUB_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/boot/grub
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -67,4 +67,4 @@ define LPC32XXCDL_INSTALL_IMAGES_CMDS
cp $(@D)/$(LPC32XXCDL_BOARD_STARTUP_DIR)/$(LPC32XXCDL_S1L)/*gnu.bin $(BINARIES_DIR)
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -42,5 +42,5 @@ define HOST_SYSLINUX_CLEAN_CMDS
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) clean
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))

View File

@ -119,7 +119,7 @@ UBOOT_POST_BUILD_HOOKS += UBOOT_BUILD_OMAP_IFT
UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_INSTALL_OMAP_IFT_IMAGE
endif
$(eval $(call GENTARGETS))
$(eval $(generic-package))
ifeq ($(BR2_TARGET_UBOOT),y)
# we NEED a board name unless we're at make source

View File

@ -19,7 +19,7 @@ define XLOADER_INSTALL_IMAGES_CMDS
$(INSTALL) -D -m 0755 $(@D)/MLO $(BINARIES_DIR)/
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
#############################################################
#

View File

@ -213,7 +213,7 @@ endef
include linux/linux-ext-*.mk
$(eval $(call GENTARGETS))
$(eval $(generic-package))
ifeq ($(BR2_LINUX_KERNEL),y)
linux-menuconfig linux-xconfig linux-gconfig linux-nconfig linux26-menuconfig linux26-xconfig linux26-gconfig linux26-nconfig: dirs linux-configure

View File

@ -25,4 +25,4 @@ ACL_INSTALL_TARGET_OPT = \
exec_prefix=$(TARGET_DIR)/usr \
install install-lib
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -30,4 +30,4 @@ define ACPID_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -83,4 +83,4 @@ define ALSA_LIB_UNINSTALL_STAGING_CMDS
-rm -rf $(STAGING_DIR)/usr/share/alsa
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -14,5 +14,5 @@ ALSAMIXERGUI_CONF_ENV = ac_cv_lib_fltk_numericsort=yes \
ALSAMIXERGUI_DEPENDENCIES = fltk alsa-lib
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -10,4 +10,4 @@ APR_UTIL_DEPENDENCIES = apr sqlite neon zlib
APR_UTIL_CONF_OPT = \
--with-apr=$(BUILD_DIR)/apr-$(APR_VERSION) \
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -15,4 +15,4 @@ APR_CONF_ENV = \
ac_cv_sizeof_struct_iovec=8 \
apr_cv_mutex_recursive=yes
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -18,4 +18,4 @@ define ARGP_STANDALONE_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/argp.h $(TARGET_DIR)/usr/include/argp.h
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -17,4 +17,4 @@ endef
ARGUS_POST_PATCH_HOOKS += ARGUS_DEBIAN_PATCH_APPLY
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -38,4 +38,4 @@ define AT_UNINSTALL_TARGET_CMDS
at.1 atq.1 atrm.1 batch.1 at_allow.5 at_deny.5 atd.8 atrun.8)
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -54,5 +54,5 @@ ATK_DEPENDENCIES = libglib2 host-pkg-config
HOST_ATK_CONF_OPT = \
--disable-glibtest
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -24,4 +24,4 @@ ATTR_INSTALL_TARGET_OPT = \
exec_prefix=$(TARGET_DIR)/usr \
install install-lib
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -16,4 +16,4 @@ endef
AUDIOFILE_POST_PATCH_HOOKS += AUDIOFILE_DISABLE_EXAMPLES
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -17,7 +17,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 $(autotools-package))
$(eval $(host-autotools-package))
# variables used by other packages

View File

@ -23,7 +23,7 @@ endef
HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
HOST_AUTOMAKE_POST_INSTALL_HOOKS += HOST_AUTOMAKE_MAKE_ACLOCAL
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
# variables used by other packages

View File

@ -163,4 +163,4 @@ ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y)
AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_DAEMON_INITSCRIPT
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -44,4 +44,4 @@ define AXEL_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -39,4 +39,4 @@ define BASH_UNINSTALL_TARGET_CMDS
fi
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -33,4 +33,4 @@ endef
BEECRYPT_POST_CONFIGURE_HOOKS += BEECRYPT_LINK_WITH_CC
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -58,4 +58,4 @@ BERKELEYDB_POST_INSTALL_TARGET_HOOKS += BERKELEYDB_REMOVE_DOCS
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -63,4 +63,4 @@ define BIND_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/etc/init.d/S81named
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -61,5 +61,5 @@ define BINUTILS_INSTALL_TARGET_CMDS
endef
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -16,5 +16,5 @@ endef
BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -17,4 +17,4 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
BLACKBOX_DEPENDENCIES += libiconv
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -45,4 +45,4 @@ BLUEZ_UTILS_CONF_OPT += \
--disable-usb
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -29,4 +29,4 @@ define BMON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/bmon
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -25,4 +25,4 @@ define BOA_UNINSTALL_TARGET_CMDS
$(TARGET_DIR)/etc/mime.types $(TARGET_DIR)/etc/boa
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -15,4 +15,4 @@ define BONNIE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/bonnie++ $(TARGET_DIR)/usr/sbin/zcav
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -85,4 +85,4 @@ define BOOST_INSTALL_STAGING_CMDS
--layout=system install)
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -8,4 +8,4 @@ BOOTUTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge
BOOTUTILS_CONF_OPT = --prefix=/ --exec-prefix=/
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -15,4 +15,4 @@ define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS
include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -28,4 +28,4 @@ define BSDIFF_CLEAN_CMDS
rm -f $(@D)/bsdiff $(@D)/bspatch
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -197,7 +197,7 @@ define BUSYBOX_CLEAN_CMDS
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(@D) clean
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(BUSYBOX_DIR) \

View File

@ -13,4 +13,4 @@ BWM_NG_CONF_OPT += --with-ncurses
BWM_NG_DEPENDENCIES += ncurses
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -103,5 +103,5 @@ define HOST_BZIP2_INSTALL_CMDS
$(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))

View File

@ -77,4 +77,4 @@ else
CAIRO_CONF_OPT += --disable-svg
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -8,4 +8,4 @@ CAN_UTILS_VERSION = 50775159276d896d8b3102b6dbc658a91a2a1d53
CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
CAN_UTILS_AUTORECONF = YES
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -42,7 +42,7 @@ endef
HOST_CCACHE_POST_CONFIGURE_HOOKS += \
HOST_CCACHE_PATCH_CONFIGURATION
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
ifeq ($(BR2_CCACHE),y)

View File

@ -23,5 +23,5 @@ CDRKIT_CONF_OPT += -DCMAKE_EXE_LINKER_FLAGS="$(TARGET_LDFLAGS)"
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 $(cmake-package))
$(eval $(host-cmake-package))

View File

@ -17,4 +17,4 @@ define CGILUA_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/cgilua.lua"
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -8,4 +8,4 @@ endef
CIFS_UTILS_POST_PATCH_HOOKS += CIFS_UTILS_NO_WERROR
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -40,4 +40,4 @@ define CJSON_CLEAN_CMDS
cd $(@D)/cJSON && rm -f libcJSON.so
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -14,5 +14,5 @@ define HOST_CLOOP_INSTALL_CMDS
$(INSTALL) -m 755 $(@D)/extract_compressed_fs $(HOST_DIR)/usr/bin
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))

View File

@ -17,5 +17,5 @@ define HOST_CMAKE_INSTALL_CMDS
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))

View File

@ -125,4 +125,4 @@ define COLLECTD_INSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/share/collectd/postgresql_default.conf
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -33,4 +33,4 @@ endef
CONNMAN_POST_INSTALL_TARGET_HOOKS += CONNMAN_INSTALL_CM
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -10,4 +10,4 @@ CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config \
libnetfilter_conntrack libnetfilter_cttimeout
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -17,4 +17,4 @@ define COPAS_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/copas.lua"
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -81,4 +81,4 @@ COREUTILS_POST_INSTALL_TARGET_HOOKS += COREUTILS_POST_INSTALL
# If both coreutils and busybox are selected, the corresponding applets
# may need to be reinstated by the clean targets.
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -17,4 +17,4 @@ define COXPCALL_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/coxpcall.lua"
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -28,5 +28,5 @@ define HOST_CRAMFS_INSTALL_CMDS
install -D -m 755 $(@D)/cramfsck $(HOST_DIR)/usr/bin/cramfsck
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))

View File

@ -14,4 +14,4 @@ else
CTORRENT_CONF_OPT+=--with-ssl=no
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -70,4 +70,4 @@ endef
CUPS_POST_INSTALL_STAGING_HOOKS += CUPS_FIXUP_CUPS_CONFIG
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -48,6 +48,6 @@ define CVS_INSTALL_TARGET_CMDS
install -D $(@D)/src/cvs $(TARGET_DIR)/usr/bin/cvs
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -18,4 +18,4 @@ define DASH_CLEAN_CMDS
rm -f $(TARGET_DIR)/bin/dash
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -32,7 +32,7 @@ HOST_DBUS_GLIB_CONF_OPT = \
--disable-doxygen-docs \
--enable-asserts=yes
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
# dbus-glib for the host

View File

@ -20,4 +20,4 @@ DBUS_PYTHON_CONF_OPT = --disable-html-docs --disable-api-docs
DBUS_PYTHON_DEPENDENCIES = dbus-glib python host-python
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -87,5 +87,5 @@ HOST_DBUS_GEN_INTROSPECT = \
HOST_DBUS_POST_INSTALL_HOOKS += HOST_DBUS_GEN_INTROSPECT
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -28,4 +28,4 @@ define DEVMEM2_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/devmem2
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -61,4 +61,4 @@ define DHCP_INSTALL_TARGET_CMDS
$(DHCP_INSTALL_CLIENT)
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -18,4 +18,4 @@ define DHCPDUMP_INSTALL_TARGET_CMDS
install -m 0755 -D $(@D)/dhcpdump $(TARGET_DIR)/usr/bin/dhcpdump
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -29,4 +29,4 @@ define DHRYSTONE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/dhrystone
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -24,4 +24,4 @@ define DIALOG_POST_CLEAN
rm -f $(TARGET_DIR)/usr/bin/dialog
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -14,4 +14,4 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
DIFFUTILS_DEPENDENCIES += busybox
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -100,5 +100,5 @@ define DIRECTFB_EXAMPLES_INSTALL_TARGET_CMDS
done
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -142,7 +142,7 @@ endef
DIRECTFB_POST_INSTALL_STAGING_HOOKS += DIRECTFB_STAGING_CONFIG_FIXUP
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
# directfb-csource for the host

View File

@ -20,4 +20,4 @@ define DISTCC_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -10,4 +10,4 @@ DIVINE_SOURCE = DiVine-$(DIVINE_VERSION).tar.gz
DIVINE_INSTALL_STAGING = YES
DIVINE_DEPENDENCIES = directfb
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -55,4 +55,4 @@ define DMALLOC_CLEAN_CMDS
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -15,4 +15,4 @@ define DMIDECODE_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -26,4 +26,4 @@ define DMRAID_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/etc/init.d/S20dmraid
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -95,4 +95,4 @@ define DNSMASQ_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/share/man/man8/dnsmasq.8
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -18,4 +18,4 @@ DOCKER_INSTALL_TARGET_OPT = PREFIX=$(TARGET_DIR)/usr install
DOCKER_DEPENDENCIES = host-pkg-config libglib2 xserver_xorg-server
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -34,4 +34,4 @@ define DOSFSTOOLS_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -69,4 +69,4 @@ define DROPBEAR_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/etc/init.d/S50dropbear
endef
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -15,4 +15,4 @@ define DSP_TOOLS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/dsp-, load probe test exec)
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -12,4 +12,4 @@ define DSTAT_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -103,5 +103,5 @@ ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_TARGET_FINDFS_SYMLINK
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -28,4 +28,4 @@ define EBTABLES_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/sbin/ebtables
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -9,4 +9,4 @@ ED_SITE = $(BR2_GNU_MIRROR)/ed
ED_CONF_OPT = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -19,4 +19,4 @@ define EEPROG_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/eeprog
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))

View File

@ -8,4 +8,4 @@ EXPEDITE_VERSION = 1.1.0
EXPEDITE_SITE = http://download.enlightenment.org/releases/
EXPEDITE_DEPENDENCIES = libevas libeina libeet
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -98,5 +98,5 @@ else
LIBECORE_CONF_OPT += --disable-ecore-evas
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -31,4 +31,4 @@ else
LIBEDBUS_CONF_OPT += --disable-enotify
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -20,5 +20,5 @@ endif
HOST_LIBEDJE_CONF_OPT = --enable-edje-cc
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -11,5 +11,5 @@ LIBEET_INSTALL_STAGING = YES
LIBEET_DEPENDENCIES = host-pkg-config zlib jpeg libeina
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -11,4 +11,4 @@ LIBEFREET_INSTALL_STAGING = YES
LIBEFREET_DEPENDENCIES = libeina libeet libecore
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -11,5 +11,5 @@ LIBEINA_INSTALL_STAGING = YES
LIBEINA_DEPENDENCIES = host-pkg-config
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -15,4 +15,4 @@ LIBELEMENTARY_DEPENDENCIES = libeina libevas libecore libedje host-libedje \
LIBELEMENTARY_CONF_OPT = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
--with-eet-eet=$(HOST_DIR)/usr/bin/eet
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -11,5 +11,5 @@ LIBEMBRYO_INSTALL_STAGING = YES
LIBEMBRYO_DEPENDENCIES = host-pkg-config libeina
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -21,4 +21,4 @@ ifeq ($(BR2_PACKAGE_LIBEDBUS),y)
LIBETHUMB_DEPENDENCIES += libedbus
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

View File

@ -212,5 +212,5 @@ ifneq ($(BR2_HAVE_DOCUMENTATION),y)
LIBEVAS_CONF_OPT += --disable-doc
endif
$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

Some files were not shown because too many files have changed in this diff Show More