From a83341832fdec47d2ad9fbefd7e69da9fd661048 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 24 Feb 2014 08:57:02 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.03.bb | 9 +++++---- 1 file 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 950495c1..5d3c968c 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 @@ # Copyright (C) 2013 Timesys Corporation -SUMMARY = "MCC Userspace Library" -DESCRIPTION = "Timesys Multicore communication Library" +SUMMARY = "Multicore communication Library" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" DEPENDS = "kernel-module-mcc" -RDEPENDS_${PN} = "kernel-module-mcc" inherit autotools @@ -17,6 +15,9 @@ SRC_URI[md5sum] = "adac15d52206be21a4589b2b923af4cc" SRC_URI[sha256sum] = "8b4d88f260d4d3a67ee2c16e20112e0584403f350182087daa1cfafeceb16a7f" S = "${WORKDIR}/libmcc-${PV}" -CFLAGS += " -I${STAGING_KERNEL_DIR}/include" + +CFLAGS += "-I${STAGING_KERNEL_DIR}/include" + +RDEPENDS_${PN} = "kernel-module-mcc" COMPATIBLE_MACHINE = "(vf60)" -- 2.40.1