diff options
author | Joe MacDonald <joe@deserted.net> | 2013-08-14 08:34:15 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-08-16 10:58:56 -0400 |
commit | 813368a9274727591c2d7c4bddac1975df64464c (patch) | |
tree | 37b2e9535673bd47cdad22287028eefe3fce36e6 /meta-networking | |
parent | 01a118514367655bc29620005131c876bb2d62e9 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-networking/conf/layer.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 14eb048e4..39c2cebf5 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -5,14 +5,14 @@ BBPATH .= ":${LAYERDIR}" | |||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "networking" | 8 | BBFILE_COLLECTIONS += "networking-layer" |
9 | BBFILE_PATTERN_networking := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_networking = "5" | 10 | BBFILE_PRIORITY_networking-layer = "5" |
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | 12 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
14 | LAYERVERSION_networking = "1" | 14 | LAYERVERSION_networking-layer = "1" |
15 | 15 | ||
16 | LAYERDEPENDS_networking = "core" | 16 | LAYERDEPENDS_networking-layer = "core" |
17 | 17 | ||
18 | LICENSE_PATH += "${LAYERDIR}/licenses" | 18 | LICENSE_PATH += "${LAYERDIR}/licenses" |