summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-11-14 10:22:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:26 +0000
commit66a3db6175830ed1192975d61b007d4743e75715 (patch)
tree45a8b5110c0c68e93e43212b7eb0bfb12fc0bc22 /meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
parent94aa8d8e1352ddf29c823845609e494668e1f6ff (diff)
downloadpoky-66a3db6175830ed1192975d61b007d4743e75715.tar.gz
qemu-helper-native: remove unneeded FILESEXTRAPATH
(From OE-Core rev: a11a260f36aa1458c44a5b22e996252a5f3b2e4e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index 23771acf2b..e3eb8dc9d9 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -5,8 +5,6 @@ PR = "r1"
5 5
6LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
7 7
8FILESPATH = "${FILE_DIRNAME}/qemu-helper"
9
10SRC_URI = "file://tunctl.c" 8SRC_URI = "file://tunctl.c"
11 9
12S = "${WORKDIR}" 10S = "${WORKDIR}"