diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-25 01:34:08 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-26 08:55:35 +0100 |
commit | 8abd9550311d6ed8918b735c3886d2e5b5e8e3dd (patch) | |
tree | 639be094c27f6b3f08f09d97cd28ff82c457ff29 /meta-oe | |
parent | 64ab53576a0a55c3cb21c0bd690b6b4f95ab2769 (diff) | |
download | meta-openembedded-8abd9550311d6ed8918b735c3886d2e5b5e8e3dd.tar.gz |
layer.conf: add task-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 7369df1a2..2fd7eacb2 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -27,4 +27,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
27 | pointercal-xinput \ | 27 | pointercal-xinput \ |
28 | systemd-serialgetty \ | 28 | systemd-serialgetty \ |
29 | mplayer-common \ | 29 | mplayer-common \ |
30 | task-x11-server \ | ||
30 | " | 31 | " |