summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-10-18 12:52:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-31 16:09:34 +0000
commit64ab3b9bf1ee9c1c5798df2e13d7536c45f61406 (patch)
tree3bf15cf2b3030d6bc516d5c2733b20fabf69d9f8 /meta/recipes-devtools/squashfs-tools
parenta786c86cf156703964d8132c75778f49466b2dd8 (diff)
downloadpoky-64ab3b9bf1ee9c1c5798df2e13d7536c45f61406.tar.gz
squashfs-tools: clean up compile/install tasks
The makefile can do the right thing now. (From OE-Core rev: 6f65dd3164a6f523de82cb30e67ec3d180e45c2e) Signed-off-by: Ross Burton <ross.burton@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_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 0e1be6bc1f..4fd33f8048 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -28,13 +28,11 @@ PACKAGECONFIG[zstd] = "ZSTD_SUPPORT=1,ZSTD_SUPPORT=0,zstd"
28PACKAGECONFIG[reproducible] = "REPRODUCIBLE_DEFAULT=1,REPRODUCIBLE_DEFAULT=0," 28PACKAGECONFIG[reproducible] = "REPRODUCIBLE_DEFAULT=1,REPRODUCIBLE_DEFAULT=0,"
29 29
30do_compile() { 30do_compile() {
31 oe_runmake mksquashfs unsquashfs 31 oe_runmake all
32} 32}
33 33
34do_install () { 34do_install() {
35 install -d ${D}${sbindir} 35 oe_runmake install INSTALL_DIR=${D}${sbindir}
36 install -m 0755 mksquashfs ${D}${sbindir}/
37 install -m 0755 unsquashfs ${D}${sbindir}/
38} 36}
39 37
40ARM_INSTRUCTION_SET_armv4 = "arm" 38ARM_INSTRUCTION_SET_armv4 = "arm"