summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb')
-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"