summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-10 10:27:46 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-10 10:45:55 +0100
commit3dd36ababd9acf0d5695b424cc145a482b6f3617 (patch)
tree9043b5a004ebe300d1e949de162e8db167fbad55 /scripts
parent3d4089ca5eb3ab118a523b506bb182ec77b54924 (diff)
downloadopenembedded-core-3dd36ababd9acf0d5695b424cc145a482b6f3617.tar.gz
poky-qemu-internal: Fix ifdown script to use the correct variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index b529241cbf..0cf4ced707 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -84,7 +84,7 @@ fi
release_lock() {
if [ "$LOCKFILE" = "" ]; then
- $QEMUIFDOWN $TAP $NATIVE_SYSROOT_DIR
+ $QEMUIFDOWN $TAP $POKY_NATIVE_SYSROOT
else
echo "Releasing lockfile of preconfigured tap device '$TAP'"
rm -f $LOCKFILE