freetype: Add 2.4.3
[openembedded.git] / recipes / unionfs / unionfs.inc
blobe70fd5d78b1dd790408bca7d1b727658f9bd5276
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"
7 SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-${PV}.tar.gz"
8 S = "${WORKDIR}/unionfs-${PV}"
10 export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
11 CFLAGS = "${BUILD_OPTIMIZATION}"
12 TARGET_CC_ARCH += "${LDFLAGS}"
14 INC_PR = "r1"