From e98fd027cc0a967fd4b9eae762fcf83e12a4094b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 12 Aug 2004 12:48:16 +0000 Subject: upgrade shfs and shfs-utils to 0.35 and make them work again BKrev: 411b6710VIyOcgorPokyQKts6HrnIQ --- shfs/shfs-modules_0.33.oe | 27 --------------------------- shfs/shfs-modules_0.35.oe | 0 shfs/shfs-utils_0.33.oe | 23 ----------------------- shfs/shfs-utils_0.35.oe | 0 4 files changed, 50 deletions(-) delete mode 100644 shfs/shfs-modules_0.33.oe create mode 100644 shfs/shfs-modules_0.35.oe delete mode 100644 shfs/shfs-utils_0.33.oe create mode 100644 shfs/shfs-utils_0.35.oe (limited to 'shfs') diff --git a/shfs/shfs-modules_0.33.oe b/shfs/shfs-modules_0.33.oe deleted file mode 100644 index bc006e92a5..0000000000 --- a/shfs/shfs-modules_0.33.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "A simple and easy to use Linux kernel (2.4+) module which allows you to mount remote filesystems using plain shell (ssh/rsh) connection. \ -It supports some nice features like number of different caches for access speedup, target system optimisations, etc." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" - -SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" -S = "${WORKDIR}/shfs-${PV}/shfs/Linux-2.4" - -#FIXME depend S on kernel version - -inherit module - -do_compile() { - unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS - oe_runmake KERNEL_SOURCES=${KERNEL_SOURCE} KERNEL=${KERNEL_VERSION} LINKER=${LD} LDFLAGS=-r -} - -do_stage() { - install -m 0755 shfs_fs.h shfs.h ${STAGING_INCDIR}/ -} - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/fs/shfs/ - install -m 0755 shfs.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/fs/shfs/shfs.o -} diff --git a/shfs/shfs-modules_0.35.oe b/shfs/shfs-modules_0.35.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/shfs/shfs-utils_0.33.oe b/shfs/shfs-utils_0.33.oe deleted file mode 100644 index 622bac9425..0000000000 --- a/shfs/shfs-utils_0.33.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A simple and easy to use Linux kernel (2.4+) module which allows you to mount remote filesystems using plain shell (ssh/rsh) connection. \ -It supports some nice features like number of different caches for access speedup, target system optimisations, etc." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -RDEPENDS = "shfs-modules (${PV})" -DEPENDS = "virtual/kernel" - -SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" -S = "${WORKDIR}/shfs-${PV}/shfsmount" - -KERNEL_VERSION = "${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-abiversion')}" -CFLAGS_append=' -DVERSION=\\"${KERNEL_VERSION}\\" -DSHFS_VERSION=\\"${PV}\\"' - -do_compile() { - oe_runmake LINKER="${CC}" -} - -do_install() { - install -d ${D}/${bindir} - install -m 0755 shfsmount shfsumount ${D}/${bindir} -} diff --git a/shfs/shfs-utils_0.35.oe b/shfs/shfs-utils_0.35.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3