summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-24 08:57:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-24 10:59:46 -0300
commit5bb3a7bd14ef0cf7a5ae87be07bc90b013a18db4 (patch)
tree3c091824f083d03d87255b5b17ec5514c3ef26ef /recipes-bsp
parent95fd331348e26186555a24fc00aacc3cdbdcdbca (diff)
downloadmeta-fsl-arm-5bb3a7bd14ef0cf7a5ae87be07bc90b013a18db4.tar.gz
libmcc: Add minor changes to get recipe in better shape
In order to use the same pattern from other recipes, the following changes were made in recipe: - Use summary as the description was short - Drop vendor name from summary - Put RDEPENDS after source fields - Add empty line between S and CFLAGS - Drop extra space in CFLAGS appending Change-Id: Iadf4b9e8dee308692925cf7e0b22df9b4cffb03a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/libmcc/libmcc_1.03.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/libmcc/libmcc_1.03.bb b/recipes-bsp/libmcc/libmcc_1.03.bb
index 950495c..5d3c968 100644
--- a/recipes-bsp/libmcc/libmcc_1.03.bb
+++ b/recipes-bsp/libmcc/libmcc_1.03.bb
@@ -1,11 +1,9 @@
1# Copyright (C) 2013 Timesys Corporation 1# Copyright (C) 2013 Timesys Corporation
2SUMMARY = "MCC Userspace Library" 2SUMMARY = "Multicore communication Library"
3DESCRIPTION = "Timesys Multicore communication Library"
4LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
6 5
7DEPENDS = "kernel-module-mcc" 6DEPENDS = "kernel-module-mcc"
8RDEPENDS_${PN} = "kernel-module-mcc"
9 7
10inherit autotools 8inherit autotools
11 9
@@ -17,6 +15,9 @@ SRC_URI[md5sum] = "adac15d52206be21a4589b2b923af4cc"
17SRC_URI[sha256sum] = "8b4d88f260d4d3a67ee2c16e20112e0584403f350182087daa1cfafeceb16a7f" 15SRC_URI[sha256sum] = "8b4d88f260d4d3a67ee2c16e20112e0584403f350182087daa1cfafeceb16a7f"
18 16
19S = "${WORKDIR}/libmcc-${PV}" 17S = "${WORKDIR}/libmcc-${PV}"
20CFLAGS += " -I${STAGING_KERNEL_DIR}/include" 18
19CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
20
21RDEPENDS_${PN} = "kernel-module-mcc"
21 22
22COMPATIBLE_MACHINE = "(vf60)" 23COMPATIBLE_MACHINE = "(vf60)"