aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/conf
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2013-08-14 08:34:15 -0400
committerJoe MacDonald <joe@deserted.net>2013-08-16 10:58:56 -0400
commit813368a9274727591c2d7c4bddac1975df64464c (patch)
tree37b2e9535673bd47cdad22287028eefe3fce36e6 /meta-networking/conf
parent01a118514367655bc29620005131c876bb2d62e9 (diff)
downloadmeta-openembedded-contrib-813368a9274727591c2d7c4bddac1975df64464c.tar.gz
meta-networking: update BBFILE_COLLECTIONS to networking-layer
Adopting the common convention of naming BBFILE_COLLECTIONS to be <layername>-layer. Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/conf')
-rw-r--r--meta-networking/conf/layer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 14eb048e49..39c2cebf56 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"