[oe] [meta-networking][PATCH] meta-networking: update BBFILE_COLLECTIONS to networking-layer

Joe MacDonald joe at deserted.net
Thu Aug 15 11:54:36 UTC 2013


Adopting the common convention of naming BBFILE_COLLECTIONS to be
<layername>-layer.

Signed-off-by: Joe MacDonald <joe at deserted.net>
---
 meta-networking/conf/layer.conf |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 14eb048..39c2ceb 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -5,14 +5,14 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "networking"
-BBFILE_PATTERN_networking := "^${LAYERDIR}/"
-BBFILE_PRIORITY_networking = "5"
+BBFILE_COLLECTIONS += "networking-layer"
+BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_networking-layer = "5"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
-LAYERVERSION_networking = "1"
+LAYERVERSION_networking-layer = "1"
 
-LAYERDEPENDS_networking = "core"
+LAYERDEPENDS_networking-layer = "core"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list