depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR
help
- OpenPGM is an open source implementation of the Pragmatic General
- Multicast (PGM) specification in RFC 3208 available at www.ietf.org.
- PGM is a reliable and scalable multicast protocol that enables
- receivers to detect loss, request retransmission of lost data, or
- notify an application of unrecoverable loss.
+ OpenPGM is an open source implementation of the Pragmatic
+ General Multicast (PGM) specification in RFC 3208 available at
+ www.ietf.org. PGM is a reliable and scalable multicast
+ protocol that enables receivers to detect loss, request
+ retransmission of lost data, or notify an application of
+ unrecoverable loss.
- http://code.google.com/p/openpgm/
+ https://github.com/steve-o/openpgm/
comment "openpgm needs a toolchain w/ wchar, threads"
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
#
################################################################################
-OPENPGM_VERSION = 5.1.118~dfsg
-OPENPGM_SOURCE = libpgm-$(OPENPGM_VERSION).tar.gz
-OPENPGM_SITE = http://openpgm.googlecode.com/files
+OPENPGM_VERSION = release-5-2-122
+OPENPGM_SITE = $(call github,steve-o,openpgm,$(OPENPGM_VERSION))
OPENPGM_LICENSE = LGPLv2.1+
OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
OPENPGM_INSTALL_STAGING = YES
+OPENPGM_SUBDIR = openpgm/pgm
OPENPGM_AUTORECONF = YES
-OPENPGM_SUBDIR = openpgm/pgm/
-OPENPGM_DEPENDENCIES = $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
+
+# 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
+
OPENPGM_CONF_ENV = \
ac_cv_file__proc_cpuinfo=yes \
ac_cv_file__dev_rtc=no \