fe26a7f0f2
Now that expat.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
626 B
Makefile
21 lines
626 B
Makefile
#############################################################
|
|
#
|
|
# expat
|
|
#
|
|
#############################################################
|
|
|
|
EXPAT_VERSION = 2.0.1
|
|
EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.gz
|
|
EXPAT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/expat
|
|
EXPAT_INSTALL_STAGING = YES
|
|
EXPAT_INSTALL_TARGET = YES
|
|
EXPAT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) installlib
|
|
EXPAT_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) installlib
|
|
|
|
EXPAT_CONF_OPT = --enable-shared
|
|
|
|
EXPAT_DEPENDENCIES = host-pkg-config
|
|
|
|
$(eval $(call AUTOTARGETS,package,expat))
|
|
$(eval $(call AUTOTARGETS,package,expat,host))
|