2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-04 00:48:11 +01:00
|
|
|
#
|
|
|
|
# openpgm
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-04 00:48:11 +01:00
|
|
|
|
2015-10-21 18:05:24 +02:00
|
|
|
OPENPGM_VERSION = release-5-2-122
|
|
|
|
OPENPGM_SITE = $(call github,steve-o,openpgm,$(OPENPGM_VERSION))
|
2013-03-04 00:48:11 +01:00
|
|
|
OPENPGM_LICENSE = LGPLv2.1+
|
|
|
|
OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
|
|
|
|
OPENPGM_INSTALL_STAGING = YES
|
2015-10-21 18:05:24 +02:00
|
|
|
OPENPGM_SUBDIR = openpgm/pgm
|
2013-03-04 00:48:11 +01:00
|
|
|
OPENPGM_AUTORECONF = YES
|
2015-10-21 18:05:24 +02:00
|
|
|
|
|
|
|
# We need to create the m4 directory to make sure that autoreconf will
|
|
|
|
# start calling libtoolize. Otherwise it will start with aclocal and it
|
|
|
|
# will fail because the m4 directory doesn't exist.
|
|
|
|
define OPENPGM_CREATE_M4_DIR
|
|
|
|
mkdir -p $(@D)/$(OPENPGM_SUBDIR)/m4
|
|
|
|
endef
|
|
|
|
OPENPGM_POST_PATCH_HOOKS += OPENPGM_CREATE_M4_DIR
|
|
|
|
|
2014-12-30 08:36:23 +01:00
|
|
|
OPENPGM_CONF_ENV = \
|
|
|
|
ac_cv_file__proc_cpuinfo=yes \
|
|
|
|
ac_cv_file__dev_rtc=no \
|
|
|
|
ac_cv_file__dev_hpet=no
|
2013-03-04 00:48:11 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|