[oe-commits] org.oe.dreambox unionfs: build fix

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Jun 29 14:37:42 UTC 2007


unionfs: build fix

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 0fee1865bee7d3e08dda617fa2aa83486a58a0e3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0fee1865bee7d3e08dda617fa2aa83486a58a0e3
Files:
1
packages/unionfs/unionfs.inc
Diffs:

#
# mt diff -rd6677ae330877b7c362ff9ff0fb38af9afca7044 -r0fee1865bee7d3e08dda617fa2aa83486a58a0e3
#
# 
# 
# patch "packages/unionfs/unionfs.inc"
#  from [0fec9306df1b7765a9894f3f4c182468a443228f]
#    to [b19293d926f09cc9146abe7c53e3bc436cdb465c]
# 
============================================================
--- packages/unionfs/unionfs.inc	0fec9306df1b7765a9894f3f4c182468a443228f
+++ packages/unionfs/unionfs.inc	b19293d926f09cc9146abe7c53e3bc436cdb465c
@@ -5,8 +5,9 @@ LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth at 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}"
 






More information about the Openembedded-commits mailing list