diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-02-02 13:37:25 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-02 13:37:25 -0500 |
commit | f9b0c06732d2f52be367fa7121f5dcc11790bc0f (patch) | |
tree | e2ef8fc379b2ab0c8beb7487c2f500596f39458a /recipes-ti/syslink/ti-syslink | |
parent | 7577f46fda5c036fd029335ba50975442645fe15 (diff) | |
download | meta-ti-f9b0c06732d2f52be367fa7121f5dcc11790bc0f.tar.gz |
recipes-ti: remove deprecated components
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/syslink/ti-syslink')
-rw-r--r-- | recipes-ti/syslink/ti-syslink/syslink.pc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-ti/syslink/ti-syslink/syslink.pc b/recipes-ti/syslink/ti-syslink/syslink.pc deleted file mode 100644 index c4d720f1..00000000 --- a/recipes-ti/syslink/ti-syslink/syslink.pc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | prefix=/../..//syslink_@VERSION@ | ||
2 | libdir=${prefix}/ti/syslink/lib | ||
3 | includedir=${prefix}/ti/syslink | ||
4 | |||
5 | Name: TI Syslink | ||
6 | Description: Syslink ARM-DSP IPC (Inter Processor Communication) | ||
7 | Version: @VERSION@ | ||
8 | Requires: ipc | ||
9 | Libs: ${libdir}/syslink.a_release | ||
10 | Cflags: -I${includedir} -I${includedir}/inc -I${includedir}/utils | ||