aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport-qmss_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ipc-transport-qmss_git.bb')
-rw-r--r--recipes-ti/ipc/ipc-transport-qmss_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss_git.bb b/recipes-ti/ipc/ipc-transport-qmss_git.bb
deleted file mode 100644
index 4c9aaded..00000000
--- a/recipes-ti/ipc/ipc-transport-qmss_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-include ipc-transport-qmss.inc
-
-PR = "${INC_PR}.0"
-
-DEPENDS = "ti-ipc mpm-transport"
-
-do_compile () {
-# Now build the transport
- oe_runmake clean
- oe_runmake lib
-}
-
-do_install () {
- oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} \
- INSTALL_LIB_BASE_DIR=${D}${libdir}
- chown -R root:root ${D}
-}