diff options
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools-native_4.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb index f21bf99645..8fc80a64f1 100644 --- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb @@ -1,6 +1,9 @@ +require squashfs-tools_${PV}.bb + inherit native -require squashfs-tools_${PV}.bb +DEPENDS = "zlib-native lzma-native " + PR = "${INC_PR}.1" PACKAGES = "" |