diff options
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb')
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index 2b1409d78d..137e5097fa 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -32,7 +32,9 @@ do_compile() { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | do_install() { | 34 | do_install() { |
35 | install -d "${D}${includedir}" | ||
35 | oe_runmake install INSTALL_DIR=${D}${sbindir} | 36 | oe_runmake install INSTALL_DIR=${D}${sbindir} |
37 | install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}" | ||
36 | } | 38 | } |
37 | 39 | ||
38 | ARM_INSTRUCTION_SET_armv4 = "arm" | 40 | ARM_INSTRUCTION_SET_armv4 = "arm" |