mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
squashfs-tools: package squashfs-fs.h
Needed to build the latest debian version of android-tools Fixes below error while building android-tools libext4_utils.mk | squashfs_utils/squashfs_utils.c:27:10: fatal error: 'squashfs_fs.h' file not found | #include "squashfs_fs.h" | ^~~~~~~~~~~~~~~ | 1 error generated. | core2-64-poky-linux/android-tools/10.0.0.r36-r0/git/system/extras/debian/libext4_utils.mk:29: recipe for target 'build' failed | make: *** [build] Error 1 (From OE-Core rev: 543c3042eb5c79c6d506262c5d5d36884358d0be) Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com> Signed-off-by: Nisha Parrakat <nishaparrakat@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
47e98cbca0
commit
134aad7c6a
@@ -32,7 +32,9 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d "${D}${includedir}"
|
||||
oe_runmake install INSTALL_DIR=${D}${sbindir}
|
||||
install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}"
|
||||
}
|
||||
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user