summaryrefslogtreecommitdiff
path: root/recipes/nonworking/lufs/lufs_0.9.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/lufs/lufs_0.9.7.bb')
-rw-r--r--recipes/nonworking/lufs/lufs_0.9.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/nonworking/lufs/lufs_0.9.7.bb b/recipes/nonworking/lufs/lufs_0.9.7.bb
new file mode 100644
index 0000000000..c56410f847
--- /dev/null
+++ b/recipes/nonworking/lufs/lufs_0.9.7.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Linux Userland File Systems"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lufs/lufs-${PV}.tar.gz"
+S = "${WORKDIR}/lufs-${PV}"
+
+inherit autotools module
+
+KERNEL_SOURCE = "${STAGING_KERNEL_DIR}"
+KERNEL_PATH = "${STAGING_KERNEL_DIR}"
+
+EXTRA_OECONF = " --with-kernel=${KERNEL_VERSION} --with-kheaders=${STAGING_KERNEL_DIR}/include"
+