[oe-commits] org.oe.dreambox unionfs: add unionfs 1.1.5

tmbinc commit openembedded-commits at lists.openembedded.org
Thu Jun 28 03:16:55 UTC 2007


unionfs: add unionfs 1.1.5

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: e958d33e10109778a485ec8e7a29afb86a44b424
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e958d33e10109778a485ec8e7a29afb86a44b424
Files:
1
packages/unionfs/unionfs-modules_1.1.5.bb
packages/unionfs/unionfs-utils_1.1.5.bb
packages/unionfs/unionfs.inc
Diffs:

#
# mt diff -r52e5510d902a3a4f742346a6621da7a37d4ae2c9 -re958d33e10109778a485ec8e7a29afb86a44b424
#
# 
# 
# add_file "packages/unionfs/unionfs-modules_1.1.5.bb"
#  content [357aca27ce7e9fd96c1a2e357e0c743f2a8a3f11]
# 
# add_file "packages/unionfs/unionfs-utils_1.1.5.bb"
#  content [8630150bd20d82b05e64cf3d86bf149731e90350]
# 
# patch "packages/unionfs/unionfs.inc"
#  from [330b6841a17c27a61536af3b7b14a980608d6761]
#    to [0fec9306df1b7765a9894f3f4c182468a443228f]
# 
============================================================
--- packages/unionfs/unionfs-modules_1.1.5.bb	357aca27ce7e9fd96c1a2e357e0c743f2a8a3f11
+++ packages/unionfs/unionfs-modules_1.1.5.bb	357aca27ce7e9fd96c1a2e357e0c743f2a8a3f11
@@ -0,0 +1,12 @@
+PR = "r1"
+PARALLEL_MAKE = ""
+
+require unionfs-modules.inc
+
+KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
+
+do_compile() {
+	unset LDFLAGS
+	oe_runmake unionfs.ko
+#${KERNEL_MAJMIN}
+}
============================================================
--- packages/unionfs/unionfs-utils_1.1.5.bb	8630150bd20d82b05e64cf3d86bf149731e90350
+++ packages/unionfs/unionfs-utils_1.1.5.bb	8630150bd20d82b05e64cf3d86bf149731e90350
@@ -0,0 +1,2 @@
+require unionfs-utils.inc
+
============================================================
--- packages/unionfs/unionfs.inc	330b6841a17c27a61536af3b7b14a980608d6761
+++ packages/unionfs/unionfs.inc	0fec9306df1b7765a9894f3f4c182468a443228f
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth at handhelds.org>"
 LICENSE = "GPL"
 
-SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.filesystems.org/pub/unionfs/unionfs-1.x/unionfs-${PV}.tar.gz \
 	   file://make.patch;patch=1"
 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