From d9bffb9463507c7776442f129302d3a976a7fc62 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 21 May 2012 16:48:23 +0100 Subject: README: Fix BBMASK regex. * Thanks to Gary Thomas for pointing this out. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6558bdc..e9ff8e6 100644 --- a/README +++ b/README @@ -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: -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. -- cgit v1.2.3-54-g00ecf