aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend')
-rw-r--r--meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend b/meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend
deleted file mode 100644
index abcc86bb..00000000
--- a/meta-mentor-staging/openembedded-layer/recipes-extended/libmodbus/libmodbus_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-FILESEXTRAPATHS:prepend := "${THISDIR}/libmodbus:"
-SRC_URI:append:feature-mentor-staging = " \
- file://run-ptest \
- file://local-tcp-test \
-"
-
-inherit ptest
-
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/tests/
- install -m 0755 ${WORKDIR}/*-test ${B}/tests/.libs/* ${D}${PTEST_PATH}/tests/
- sed -i -e 's#@PTEST_PATH@#${PTEST_PATH}#g' ${D}${PTEST_PATH}/run-ptest
-}