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:21:28 +0000 |
commit | e1e59b646f6611d5fc1009eb6e37a7de36ef747d (patch) | |
tree | 511052bae773bd13ee08468736eb56884b330a15 /meta | |
parent | 8a8a0c3a8311e6b8a5d4f228eb0d796c8ea46189 (diff) | |
download | poky-e1e59b646f6611d5fc1009eb6e37a7de36ef747d.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.
(From OE-Core rev: 9582ed663d12e635c02c59bff8665c929fa35656)
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 e249a6a43e..758a92be40 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -24,6 +24,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
24 | formfactor \ | 24 | formfactor \ |
25 | xserver-xf86-config \ | 25 | xserver-xf86-config \ |
26 | pointercal \ | 26 | pointercal \ |
27 | pointercal-xinput \ | ||
27 | base-files \ | 28 | base-files \ |
28 | keymaps \ | 29 | keymaps \ |
29 | udev-extraconf \ | 30 | udev-extraconf \ |