diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-03-10 14:33:10 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-04-01 12:05:27 -0400 |
commit | c63ef2cb83274a2e48f0d02261f64ed735b2da40 (patch) | |
tree | 219eb8bfcbeafb3142f5085cf8c5f07c8923d53d /meta-networking/conf/layer.conf | |
parent | 341d4d15396181caa1c487f98cd60b20a08dfc65 (diff) | |
download | meta-openembedded-c63ef2cb83274a2e48f0d02261f64ed735b2da40.tar.gz |
waf-samba.bbclass: move to meta-networking
The recipes that are using waf-samba were all
moved to meta-networking, so move the bbclass
and related cross-answers files as well.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/conf/layer.conf')
-rw-r--r-- | meta-networking/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 63bb07d5a..5fd636a87 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -18,3 +18,6 @@ LAYERDEPENDS_networking-layer += "openembedded-layer" | |||
18 | LAYERDEPENDS_networking-layer += "meta-python" | 18 | LAYERDEPENDS_networking-layer += "meta-python" |
19 | 19 | ||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
21 | |||
22 | # used by waf-samba.bbclass | ||
23 | WAF_CROSS_ANSWERS_PATH = "${LAYERDIR}/files/waf-cross-answers" | ||