checksums.ini: fix writenfi-mipsel-2.6.18-r1 checksum
[vuplus_openembedded] / recipes / unionfs / unionfs.inc
1 DESCRIPTION = "A stackable unification file system, which can appear to \
2 merge the contents of several directories (branches), while keeping their \
3 physical content separate."
4 HOMEPAGE = "http://www.fsl.cs.sunysb.edu/project-unionfs.html"
5 LICENSE = "GPL"
6
7 SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-${PV}.tar.gz"
8 S = "${WORKDIR}/unionfs-${PV}"
9 FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
10
11 export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
12 CFLAGS = "${BUILD_OPTIMIZATIONS}"
13 CFLAGS_opendreambox = ""