]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: move SUMMARY and DESCRIPTION from .inc to .bb
authorMario Domenech Goulart <mario@ossystems.com.br>
Thu, 3 Apr 2014 19:21:34 +0000 (16:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Apr 2014 13:09:46 +0000 (10:09 -0300)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.14.bb

index 24a7886450fdd6dc7baad9001bb1c1adba288a75..dc560b93a0281b9f3e7d29acf4c481b8aabd5623 100644 (file)
@@ -1,11 +1,6 @@
 # Copyright (C) 2012-2014 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
-DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
-provide support for some backported features and fixes, or because it was applied in linux-next \
-and takes some time to become part of a stable version, or because it is not applicable for \
-upstreaming."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 DEPENDS += "lzop-native bc-native"
index 2dcc8a0dbe8c06a50656a6faf4575e9509ad1e5f..4ecadb4215b3e7942bf690a1b34871cdb446720e 100644 (file)
@@ -1,6 +1,12 @@
 # Copyright (C) 2012-2014 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
+SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
+DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
+provide support for some backported features and fixes, or because it was applied in linux-next \
+and takes some time to become part of a stable version, or because it is not applicable for \
+upstreaming."
+
 include linux-fslc.inc
 
 PV = "3.14+git${SRCPV}"