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