summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-04-14 16:43:22 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-04-14 16:43:22 +0300
commit2b044d3d39447808fec08ca09f703687a2b0b04c (patch)
tree61ce8a578a17336d0bb4d483109a517f94b2d7e3
parent677c99fa4387ad6c8dc878491916f102ca354558 (diff)
function.sh: fix disabling SDL support in qemu-native
syntax has changed: PACKAGECONFIG_pn-qemu-native -> PACKAGECONFIG_append_pn-qemu-native Change-Id: Ie5210f36b744ebda8cb358a8f15669feb841b4fc Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index f4ebcd6..fcc7c16 100755
--- a/functions.sh
+++ b/functions.sh
@@ -272,7 +272,7 @@ conf_localconf()
# also disable SDL support in qemu-native
sed -i -e "s/^MACHINE.*//g" \
- -e "/PACKAGECONFIG_pn-qemu-native/d" \
+ -e "/PACKAGECONFIG_append_pn-qemu-native/d" \
conf/local.conf
if [ "$ptest_enabled" = "1" ]; then