2016-10-29 10:26:41 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# pseudo
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-11-05 17:34:54 +01:00
|
|
|
PSEUDO_VERSION = 45eca34c754d416a38bee90fb2d3c110a0b6cc5f
|
2016-10-29 10:26:41 +02:00
|
|
|
PSEUDO_SITE = https://git.yoctoproject.org/git/pseudo
|
|
|
|
PSEUDO_SITE_METHOD = git
|
|
|
|
|
|
|
|
# No "or later" clause.
|
2017-03-30 15:43:34 +02:00
|
|
|
PSEUDO_LICENSE = LGPL-2.1
|
2016-10-29 10:26:41 +02:00
|
|
|
PSEUDO_LICENSE_FILES = COPYING
|
|
|
|
|
2016-11-05 13:26:46 +01:00
|
|
|
HOST_PSEUDO_DEPENDENCIES = host-attr host-sqlite
|
2016-11-03 23:21:05 +01:00
|
|
|
|
|
|
|
# configure script is not generated by autoconf, so passing --libdir
|
|
|
|
# is necessary, even if the infrastructure passes --prefix already.
|
2016-11-08 23:18:32 +01:00
|
|
|
# It also does not use CFLAGS from the environment, they need to be
|
|
|
|
# specified with a custom --cflags option. Also force rpath to avoid
|
|
|
|
# a warning at configure time.
|
2016-11-03 23:21:05 +01:00
|
|
|
HOST_PSEUDO_CONF_OPTS = \
|
2016-11-08 23:18:32 +01:00
|
|
|
--cflags="$(HOSTCFLAGS)" \
|
2017-07-05 13:14:21 +02:00
|
|
|
--with-rpath=$(HOST_DIR)/lib \
|
2016-11-08 23:18:31 +01:00
|
|
|
--bits=$(if $(filter %64,$(HOSTARCH)),64,32) \
|
2017-07-05 13:14:21 +02:00
|
|
|
--libdir=$(HOST_DIR)/lib \
|
2017-07-05 13:14:24 +02:00
|
|
|
--with-sqlite=$(HOST_DIR)
|
2016-11-03 23:21:05 +01:00
|
|
|
|
2016-10-29 10:26:41 +02:00
|
|
|
$(eval $(host-autotools-package))
|