summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 22ffb7ff..66e148c1 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -41,7 +41,7 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \
41 41
42uncomment() { 42uncomment() {
43 if ! grep -q "^#$1" $2 && ! grep -q "^$1" $2; then 43 if ! grep -q "^#$1" $2 && ! grep -q "^$1" $2; then
44 bbfatal "Commented setting '#$1' not found in file $2" 44 bbwarn "Commented setting '#$1' not found in file $2"
45 fi 45 fi
46 sed -i -e 's,^#'"$1"','"$1"',g' $2 46 sed -i -e 's,^#'"$1"','"$1"',g' $2
47} 47}