[oe-commits] org.oe.dev unionfs: make SRC_URI fetchable again. prepare for upgrade.

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Feb 6 03:04:54 UTC 2008


unionfs: make SRC_URI fetchable again.  prepare for upgrade.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: a6c0f988b76531e236e9ace609098917b856f9a2
ViewMTN: http://monotone.openembedded.org/revision/info/a6c0f988b76531e236e9ace609098917b856f9a2
Files:
1
packages/unionfs/unionfs-modules_1.0.11.bb
packages/unionfs/unionfs.inc
Diffs:

#
# mt diff -rcf9636f5c408b57a7d6a2be7885ef0636417c823 -ra6c0f988b76531e236e9ace609098917b856f9a2
#
# 
# 
# patch "packages/unionfs/unionfs-modules_1.0.11.bb"
#  from [3acae3a56186d45494ca06ba0eab0157067369a3]
#    to [cef0e654bb86b27cc49c631a6972fbcd5ca490a4]
# 
# patch "packages/unionfs/unionfs.inc"
#  from [4f2b368fe1aa6bb5f424d041944799fd74c3b393]
#    to [8e9d1629a25cb4a797da3493cba294e8bb725130]
# 
============================================================
--- packages/unionfs/unionfs-modules_1.0.11.bb	3acae3a56186d45494ca06ba0eab0157067369a3
+++ packages/unionfs/unionfs-modules_1.0.11.bb	cef0e654bb86b27cc49c631a6972fbcd5ca490a4
@@ -1,2 +1,4 @@ require unionfs.inc
 require unionfs-modules.inc
 require unionfs.inc
+
+SRC_URI += "file://make.patch;patch=1"
============================================================
--- packages/unionfs/unionfs.inc	4f2b368fe1aa6bb5f424d041944799fd74c3b393
+++ packages/unionfs/unionfs.inc	8e9d1629a25cb4a797da3493cba294e8bb725130
@@ -1,11 +1,10 @@ LICENSE = "GPL"
 DESCRIPTION = "A stackable unification file system, which can appear to \
 merge the contents of several directories (branches), while keeping their \
 physical content separate."
 HOMEPAGE = "http://www.fsl.cs.sunysb.edu/project-unionfs.html"
 LICENSE = "GPL"
 
-SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-1.x/unionfs-${PV}.tar.gz \
-	   file://make.patch;patch=1"
+SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-${PV}.tar.gz"
 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