diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-11-14 10:22:03 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:26 +0000 |
| commit | 66a3db6175830ed1192975d61b007d4743e75715 (patch) | |
| tree | 45a8b5110c0c68e93e43212b7eb0bfb12fc0bc22 | |
| parent | 94aa8d8e1352ddf29c823845609e494668e1f6ff (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 2 |
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 | ||
| 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" |
| 7 | 7 | ||
| 8 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | ||
| 9 | |||
| 10 | SRC_URI = "file://tunctl.c" | 8 | SRC_URI = "file://tunctl.c" |
| 11 | 9 | ||
| 12 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
