Marcel Telka
2023-10-02 ace7a94b950b0c845b2d00943ce45a8a9cd2d0ca
shared-macros.mk: convert TEST_REQUIREMENTS to unix end of lines

2 files modified
3 ■■■■ changed files
make-rules/setup.py.mk 2 ●●● patch | view | raw | blame | history
make-rules/shared-macros.mk 1 ●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -575,7 +575,7 @@
COMPONENT_POST_INSTALL_ACTION += \
    cd $(@D)$(COMPONENT_SUBDIR:%=/%) ; \
    ( for f in $(TEST_REQUIREMENTS) ; do \
        $(CAT) $$f ; \
        $(CAT) $$f | $(DOS2UNIX) -ascii ; \
    done ; \
    for e in $(TEST_REQUIREMENTS_EXTRAS) ; do \
        PYTHONPATH=$(PROTO_DIR)/$(PYTHON_DIR)/site-packages:$(PROTO_DIR)/$(PYTHON_LIB) \
make-rules/shared-macros.mk
@@ -1043,6 +1043,7 @@
STRIP =    /usr/bin/strip
IPS2TGZ =     $(WS_TOOLS)/ips2tgz
JQ =        /usr/bin/jq
DOS2UNIX =    /usr/bin/dos2unix
INS.dir=        $(INSTALL) -d $@
INS.file=       $(INSTALL) -m 444 $< $(@D)