squashfs-tools: Switch to BBCLASSEXTEND, drop legacy staging, bump PR
[openembedded.git] / recipes / squashfs-tools / squashfs-tools_4.0.bb
blobb476dc43e4f1a1a002d83407d540ccdcf231c771
1 SRCDATE = "20100721"
3 # This override is required since this has not yet been released
4 SRC_URI = "cvs://anonymous@squashfs.cvs.sourceforge.net/cvsroot/squashfs;module=squashfs;date=${SRCDATE} \
5 http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2"
6 SRC_URI += " file://Makefile.patch"
8 require squashfs-tools.inc
9 PR = "${INC_PR}.0"
11 S = "${WORKDIR}/squashfs/squashfs-tools"
13 EXTRA_OEMAKE += "LZMA_SUPPORT=1 LZMA_DIR=../.."
14 TARGET_CC_ARCH += "${LDFLAGS}"
16 # the COMP_DEFAULT macro should result in a string including quotes: "gzip"
17 COMP_DEFAULT = gzip
18 CFLAGS_append = ' -I. -I../../C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
19 -D_GNU_SOURCE -DLZMA_SUPPORT -DCOMP_DEFAULT=\\"${COMP_DEFAULT}\\" '
21 SRC_URI[md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759"
22 SRC_URI[sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e"