diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-24 08:57:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-24 10:59:46 -0300 |
| commit | a83341832fdec47d2ad9fbefd7e69da9fd661048 (patch) | |
| tree | bcb930cae910df84a833f20e2e266c397a235f93 | |
| parent | fc288c909375fabd01e7f95a41f67741f0167785 (diff) | |
| download | meta-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.bb | 9 |
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 |
| 2 | SUMMARY = "MCC Userspace Library" | 2 | SUMMARY = "Multicore communication Library" |
| 3 | DESCRIPTION = "Timesys Multicore communication Library" | ||
| 4 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" |
| 6 | 5 | ||
| 7 | DEPENDS = "kernel-module-mcc" | 6 | DEPENDS = "kernel-module-mcc" |
| 8 | RDEPENDS_${PN} = "kernel-module-mcc" | ||
| 9 | 7 | ||
| 10 | inherit autotools | 8 | inherit autotools |
| 11 | 9 | ||
| @@ -17,6 +15,9 @@ SRC_URI[md5sum] = "adac15d52206be21a4589b2b923af4cc" | |||
| 17 | SRC_URI[sha256sum] = "8b4d88f260d4d3a67ee2c16e20112e0584403f350182087daa1cfafeceb16a7f" | 15 | SRC_URI[sha256sum] = "8b4d88f260d4d3a67ee2c16e20112e0584403f350182087daa1cfafeceb16a7f" |
| 18 | 16 | ||
| 19 | S = "${WORKDIR}/libmcc-${PV}" | 17 | S = "${WORKDIR}/libmcc-${PV}" |
| 20 | CFLAGS += " -I${STAGING_KERNEL_DIR}/include" | 18 | |
| 19 | CFLAGS += "-I${STAGING_KERNEL_DIR}/include" | ||
| 20 | |||
| 21 | RDEPENDS_${PN} = "kernel-module-mcc" | ||
| 21 | 22 | ||
| 22 | COMPATIBLE_MACHINE = "(vf60)" | 23 | COMPATIBLE_MACHINE = "(vf60)" |
