README: Fix BBMASK regex.

* Thanks to Gary Thomas for pointing this out.
This commit is contained in:
David-John Willis 2012-05-21 16:48:23 +01:00
parent d1e802561a
commit d9bffb9463

2
README
View File

@ -22,7 +22,7 @@ mask few recipes requiring systemd or other recipes not included in your distrib
You can achieve this by adding something like the following to local.conf: You can achieve this by adding something like the following to local.conf:
BBMASK = "meta-raspberrypi/recipes-multimedia/libav meta-raspberrypi/recipes-core/systemd" BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd"
You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for. You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for.