summaryrefslogtreecommitdiff
path: root/shfs/shfs-utils_0.32.oe
diff options
context:
space:
mode:
Diffstat (limited to 'shfs/shfs-utils_0.32.oe')
-rw-r--r--shfs/shfs-utils_0.32.oe4
1 files changed, 2 insertions, 2 deletions
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() {