diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-23 20:13:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-23 20:13:45 +0200 |
commit | c1d83958f5887c1988d56dcffb4596bb9f7ab6cb (patch) | |
tree | d1b06d6c1d86f50797cc6beb190014d8a8909ac3 /conf | |
parent | 4927bd8c5675151188efa8b4d36bba9640ee3556 (diff) | |
download | meta-qt5-c1d83958f5887c1988d56dcffb4596bb9f7ab6cb.tar.gz |
layer.conf: fix BBFILE_PRIORITY
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7730dc27..2aee9a55 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -21,4 +21,4 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/" | |||
21 | # choosing carefully how this layer interacts with all of the | 21 | # choosing carefully how this layer interacts with all of the |
22 | # other layers. | 22 | # other layers. |
23 | 23 | ||
24 | BBFILE_PRIORITY_systemd-layer = "7" | 24 | BBFILE_PRIORITY_qt5-layer = "7" |