| Submitter | Martin Jansa |
|---|---|
| Date | Feb. 24, 2012, 10:24 p.m. |
| Message ID | <a2a63c079259009a676d5614df9c619b60ff874a.1330122206.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/22001/ |
| State | Accepted |
| Commit | fe1963804f0da270201c0745a43549f28a00f565 |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index cf13a71..7369df1 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf @@ -23,4 +23,8 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openembedded-layer = "6" -SIGGEN_EXCLUDERECIPES_ABISAFE += "pointercal-xinput systemd-serialgetty" +SIGGEN_EXCLUDERECIPES_ABISAFE += " \ + pointercal-xinput \ + systemd-serialgetty \ + mplayer-common \ +"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/conf/layer.conf | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)