diff options
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools_4.0.bb | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb index 0de5794b95..29d82a83b0 100644 --- a/recipes/squashfs-tools/squashfs-tools_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -1,5 +1,15 @@ require squashfs-tools.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" -DEFAULT_PREFERENCE = "-1" -SRC_URI += " file://Makefile.patch;patch=1" +# This override is required since this has not yet been released +SRC_URI = "cvs://anonymous@squashfs.cvs.sourceforge.net/cvsroot/squashfs;module=squashfs;date=${SRCDATE} \ + http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2" +S = "${WORKDIR}/squashfs/squashfs-tools" + +EXTRA_OEMAKE += "LZMA_SUPPORT=1 LZMA_DIR=../.." +TARGET_CC_ARCH += "${LDFLAGS}" + +# the COMP_DEFAULT macro should result in a string including quotes: "gzip" +COMP_DEFAULT = gzip +CFLAGS_append = ' -I. -I../../C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ + -D_GNU_SOURCE -DLZMA_SUPPORT -DCOMP_DEFAULT=\\"${COMP_DEFAULT}\\" ' |