1589e4716c
- Drop first patch (not needed since
e2ff9cf32d
)
- Drop second and third patch (already in version)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
567 B
Makefile
21 lines
567 B
Makefile
################################################################################
|
|
#
|
|
# openpgm
|
|
#
|
|
################################################################################
|
|
|
|
OPENPGM_VERSION = 5-3-128
|
|
OPENPGM_SITE = $(call github,steve-o,openpgm,release-$(OPENPGM_VERSION))
|
|
OPENPGM_LICENSE = LGPL-2.1+
|
|
OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
|
|
OPENPGM_INSTALL_STAGING = YES
|
|
OPENPGM_SUBDIR = openpgm/pgm
|
|
OPENPGM_AUTORECONF = YES
|
|
|
|
OPENPGM_CONF_ENV = \
|
|
ac_cv_file__proc_cpuinfo=yes \
|
|
ac_cv_file__dev_rtc=no \
|
|
ac_cv_file__dev_hpet=no
|
|
|
|
$(eval $(autotools-package))
|