summaryrefslogtreecommitdiffstats
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
commita83341832fdec47d2ad9fbefd7e69da9fd661048 (patch)
treebcb930cae910df84a833f20e2e266c397a235f93
parentfc288c909375fabd01e7f95a41f67741f0167785 (diff)
downloadmeta-freescale-a83341832fdec47d2ad9fbefd7e69da9fd661048.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>
-rw-r--r--meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.03.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.03.bb b/meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.03.bb
index 950495c19..5d3c968ce 100644
--- a/meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.03.bb
+++ b/meta-fsl-arm/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)"