Move buildroot to bsp directory.
This commit is contained in:
17
bsp/buildroot/package/expat/expat.mk
Normal file
17
bsp/buildroot/package/expat/expat.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# expat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXPAT_VERSION = 2.1.0
|
||||
EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
|
||||
EXPAT_INSTALL_STAGING = YES
|
||||
EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib
|
||||
EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib
|
||||
EXPAT_DEPENDENCIES = host-pkgconf
|
||||
EXPAT_LICENSE = MIT
|
||||
EXPAT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user