summaryrefslogtreecommitdiff
path: root/shfs
diff options
context:
space:
mode:
Diffstat (limited to 'shfs')
-rw-r--r--shfs/shfs-modules_0.32.oe4
-rw-r--r--shfs/shfs-utils_0.32.oe4
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() {