diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-12-16 23:44:37 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 11:18:02 +0000 |
commit | 9582ed663d12e635c02c59bff8665c929fa35656 (patch) | |
tree | 0f82beb1df36d20e502b7115911682be348569d6 /meta | |
parent | 452c6afc3883b0304e06eb1764614348fb6599c8 (diff) | |
download | openembedded-core-contrib-9582ed663d12e635c02c59bff8665c929fa35656.tar.gz |
pointercal-xinput: Mark as SIGGEN_EXCLUDERECIPES_ABISAFE
When including xinput-calibrator, in commit "xinput-calibrator: move
it from meta-oe to oe-core" the pointercal-xinput has not been added
to the SIGGEN_EXCLUDERECIPES_ABISAFE. This changes adds it to the
meta/conf/layer.conf's file list.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index e249a6a43ee..758a92be400 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -24,6 +24,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ formfactor \ xserver-xf86-config \ pointercal \ + pointercal-xinput \ base-files \ keymaps \ udev-extraconf \ |