diff options
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools_4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb index a4503fcf0f..17ab6dc61b 100644 --- a/recipes/squashfs-tools/squashfs-tools_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -7,6 +7,8 @@ EXTRA_OEMAKE = "USE_LZMA=1 \ LZMA_LIB='${STAGING_LIBDIR}/liblzma.a'" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" + SRC_URI += " file://portability.patch;patch=1;pnum=2 \ file://lzma-support.patch;patch=1;pnum=2" |