aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unionfs/unionfs.inc
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2007-06-29 14:02:23 +0000
committerFelix Domke <tmbinc@elitedvb.ne>2007-06-29 14:02:23 +0000
commit8fca1822b394da4b0f4ae2fcb4dcf0f5a1461ecb (patch)
tree3b907c5c32e2062fae280ac249f866435f4f08fc /packages/unionfs/unionfs.inc
parentc24e961f4e5263a23d68e40424b95c50c73db84d (diff)
downloadopenembedded-8fca1822b394da4b0f4ae2fcb4dcf0f5a1461ecb.tar.gz
unionfs: build fix
Diffstat (limited to 'packages/unionfs/unionfs.inc')
-rw-r--r--packages/unionfs/unionfs.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/unionfs/unionfs.inc b/packages/unionfs/unionfs.inc
index 623d6ba5c1..0873865c8b 100644
--- a/packages/unionfs/unionfs.inc
+++ b/packages/unionfs/unionfs.inc
@@ -5,8 +5,9 @@ HOMEPAGE = "http://www.fsl.cs.sunysb.edu/project-unionfs.html"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "GPL"
-SRC_URI = "ftp://ftp.filesystems.org/pub/unionfs/unionfs-1.x/unionfs-${PV}.tar.gz \
- file://make.patch;patch=1"
+SRC_URI = "ftp://ftp.filesystems.org/pub/unionfs/unionfs-1.x/unionfs-${PV}.tar.gz "
+SRC_URI += ${@bb.data.getVar('PV', d, 1) != "1.1.5" and "file://make.patch;patch=1" or " "}
+
S = "${WORKDIR}/unionfs-${PV}"
FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"