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 <[email protected]> --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index e249a6a..758a92b 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 \ -- 1.8.4.3 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
