add unionfs 1.4 (for kernel 2.6.18)
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 16 Jul 2010 08:04:18 +0000 (10:04 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 16 Jul 2010 08:04:18 +0000 (10:04 +0200)
conf/checksums.ini
recipes/unionfs/unionfs-modules_1.4.bb [new file with mode: 0644]

index 7411c98..0a11519 100644 (file)
@@ -28226,6 +28226,10 @@ sha256=61b03ce855734b1a1b4b180856095876d562c22e359ba847a2544c488c7254b4
 md5=8f3bc81887ec6c9b4e103f320c7c42b3
 sha256=3b0afcf17a99f0a2e8ee0cb2a27c3f9f2a9f6cedf359965c186e91ca4d04c28a
 
+[ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-1.4.tar.gz]
+md5=38ed4d9e41c20cf398018928d2c62700
+sha256=3ff105782aba722b1f263e408fac638245d302a9c8d0f37ac09e5a80caf0126b
+
 [http://osdn.dl.sourceforge.jp/zaurus-ja/773/unismall-1.0.0.tar.gz]
 md5=fb608934ab87ad5203aebb85c2d130c7
 sha256=9f60583875713e7d45797f25c321c1bb36f43afbbe3c4ab4fd1f58c157022eb6
diff --git a/recipes/unionfs/unionfs-modules_1.4.bb b/recipes/unionfs/unionfs-modules_1.4.bb
new file mode 100644 (file)
index 0000000..c694bcd
--- /dev/null
@@ -0,0 +1,13 @@
+PARALLEL_MAKE = ""
+
+require unionfs-modules.inc
+
+PR = "r0"
+
+KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
+
+do_compile() {
+       unset LDFLAGS
+       oe_runmake unionfs.ko
+#${KERNEL_MAJMIN}
+}