diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /shfs | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'shfs')
-rw-r--r-- | shfs/shfs-modules_0.32.oe | 4 | ||||
-rw-r--r-- | shfs/shfs-utils_0.32.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shfs/shfs-modules_0.32.oe b/shfs/shfs-modules_0.32.oe index 54b4aba8d0..3fff7ce3f1 100644 --- a/shfs/shfs-modules_0.32.oe +++ b/shfs/shfs-modules_0.32.oe @@ -1,11 +1,11 @@ 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. +It supports some nice features like number of different caches for access speedup, target system optimisations, etc." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -SRC_URI = ${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz +SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" S = "${WORKDIR}/shfs-${PV}/shfs/Linux-2.4" #FIXME depend S on kernel version diff --git a/shfs/shfs-utils_0.32.oe b/shfs/shfs-utils_0.32.oe index 6b4d0f37ef..42c8746f91 100644 --- a/shfs/shfs-utils_0.32.oe +++ b/shfs/shfs-utils_0.32.oe @@ -7,10 +7,10 @@ LICENSE = "GPL" RDEPENDS = "shfs-modules (${PV})" DEPENDS = "virtual/kernel" -SRC_URI="${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" S = "${WORKDIR}/shfs-${PV}/shfsmount" -KERNEL_VERSION="`cat ${STAGING_DIR}/target/kernel/kernel-version`" +KERNEL_VERSION="`cat ${STAGING_LIBDIR}/../kernel/kernel-version`" CFLAGS_append=' -DVERSION=\\"${KERNEL_VERSION}\\"' do_compile() { |