blob: 9ba56844fda2371f6cab4c100c159dbc6cf5d5b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require squashfs-tools_${PV}.bb
DEPENDS = "lzma-native"
inherit native
PACKAGES = ""
do_stage () {
install -m 0755 mksquashfs ${STAGING_BINDIR}/
install -m 0755 mksquashfs-lzma ${STAGING_BINDIR}/
}
|