diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-05-21 16:48:23 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-05-21 16:48:23 +0100 |
commit | d9bffb9463507c7776442f129302d3a976a7fc62 (patch) | |
tree | be84112a7e0ba55e4ba31550013b869428d37eb8 | |
parent | d1e802561ab5c70680fd6ee70a47791fe78aa977 (diff) | |
download | meta-raspberrypi-d9bffb9463507c7776442f129302d3a976a7fc62.tar.gz |
README: Fix BBMASK regex.
* Thanks to Gary Thomas for pointing this out.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ mask few recipes requiring systemd or other recipes not included in your distrib | |||
22 | 22 | ||
23 | You can achieve this by adding something like the following to local.conf: | 23 | You can achieve this by adding something like the following to local.conf: |
24 | 24 | ||
25 | BBMASK = "meta-raspberrypi/recipes-multimedia/libav meta-raspberrypi/recipes-core/systemd" | 25 | BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" |
26 | 26 | ||
27 | You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for. | 27 | You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for. |
28 | 28 | ||