Marcel Telka
2023-01-15 e299f6c960092042d91be7cfbfe0689855039398
make-rules/ips.mk: set PYVER/PYV/PERLVER/PLV for single Perl/Python version builds

1 files modified
10 ■■■■■ changed files
make-rules/ips.mk 10 ●●●●● patch | view | raw | blame | history
make-rules/ips.mk
@@ -368,6 +368,11 @@
endef
$(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver),$(shell echo $(ver)|tr -d .))))
ifeq ($(strip $(SINGLE_PYTHON_VERSION)),yes)
PKG_MACROS += PYVER=$(PYTHON_VERSION)
PKG_MACROS += PYV=$(shell echo $(PYTHON_VERSION)|tr -d .)
endif
# A rule to create a helper transform package for python, that will insert the
# appropriate conditional dependencies into a python library's
# runtime-version-generic package to pull in the version-specific bits when the
@@ -393,6 +398,11 @@
endef
$(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver))))
ifeq ($(strip $(SINGLE_PERL_VERSION)),yes)
PKG_MACROS += PERLVER=$(PERL_VERSION)
PKG_MACROS += PLV=$(shell echo $(PERL_VERSION)|tr -d .)
endif
# A rule to create a helper transform package for perl, that will insert the
# appropriate conditional dependencies into a perl library's
# runtime-version-generic package to pull in the version-specific bits when the