summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libmcc/libmcc_1.04.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
commitf98b448ee835646be48f530b3e6fe13b32b093f5 (patch)
tree9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/libmcc/libmcc_1.04.bb
downloadmeta-fsl-arm-f98b448ee835646be48f530b3e6fe13b32b093f5.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/libmcc/libmcc_1.04.bb')
-rw-r--r--recipes-bsp/libmcc/libmcc_1.04.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-bsp/libmcc/libmcc_1.04.bb b/recipes-bsp/libmcc/libmcc_1.04.bb
new file mode 100644
index 0000000..35efd45
--- /dev/null
+++ b/recipes-bsp/libmcc/libmcc_1.04.bb
@@ -0,0 +1,21 @@
1# Copyright (C) 2013 Timesys Corporation
2SUMMARY = "Multicore communication Library"
3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
5
6DEPENDS = "kernel-module-mcc"
7
8inherit autotools
9
10SRC_URI = "http://repository.timesys.com/buildsources/l/libmcc/libmcc-${PV}/libmcc-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "e93ce76b4419f0902a848e1769bf22ea"
13SRC_URI[sha256sum] = "3de76c5b1a096021afebfc79ca4e85d05646beb3101edcecf73b82886e7a00c0"
14
15S = "${WORKDIR}/libmcc-${PV}"
16
17CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
18
19RDEPENDS_${PN} = "kernel-module-mcc"
20
21COMPATIBLE_MACHINE = "(vf60)"