diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-24 14:34:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:45:52 +0000 |
commit | 4e533645b07e0a5a7d0ff27537d93218883a2df3 (patch) | |
tree | 9383b887b1d0847821b1adfc26baf47eacedac39 /meta/recipes-devtools/squashfs-tools | |
parent | 17e3dc2cb5e7c060647a29a508d43a622ba53b80 (diff) | |
download | poky-4e533645b07e0a5a7d0ff27537d93218883a2df3.tar.gz |
squashfs-tools: drop FILESPATHPKG
Drop FILESPATHPKG setting since it seems to be superfluous.
(From OE-Core rev: 694d95c94d03fb1e63d6c52840a5149c3b166c2a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools')
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb index 00b68abfad..5de02cdf45 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | |||
@@ -37,9 +37,6 @@ do_install () { | |||
37 | install -m 0755 mksquashfs ${D}${sbindir}/ | 37 | install -m 0755 mksquashfs ${D}${sbindir}/ |
38 | } | 38 | } |
39 | 39 | ||
40 | # required to share same place with -lzma specific packages | ||
41 | FILESPATHPKG =. "squashfs-tools-${PV}:" | ||
42 | |||
43 | ARM_INSTRUCTION_SET = "arm" | 40 | ARM_INSTRUCTION_SET = "arm" |
44 | 41 | ||
45 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |