aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unionfs/unionfs-modules_1.0.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unionfs/unionfs-modules_1.0.13.bb')
-rw-r--r--recipes/unionfs/unionfs-modules_1.0.13.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/unionfs/unionfs-modules_1.0.13.bb b/recipes/unionfs/unionfs-modules_1.0.13.bb
new file mode 100644
index 0000000000..6a7d880720
--- /dev/null
+++ b/recipes/unionfs/unionfs-modules_1.0.13.bb
@@ -0,0 +1,11 @@
+PR = "r1"
+PARALLEL_MAKE = ""
+
+require unionfs-modules.inc
+
+KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
+
+do_compile() {
+ unset LDFLAGS
+ oe_runmake unionfs${KERNEL_MAJMIN}
+}