summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs-modules_1.0.13.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-29 12:04:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 12:04:49 +0000
commitc33449c76b5725ef34e8aca57739b7908b4893d5 (patch)
treeb1c3f106700830571404bafc6d77619345f256eb /packages/unionfs/unionfs-modules_1.0.13.bb
parenta70352cd8553c441a562e55af1b164fe15f529d5 (diff)
add unionfs modules and userland utilities 1.0.13
Diffstat (limited to 'packages/unionfs/unionfs-modules_1.0.13.bb')
-rw-r--r--packages/unionfs/unionfs-modules_1.0.13.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/unionfs/unionfs-modules_1.0.13.bb b/packages/unionfs/unionfs-modules_1.0.13.bb
new file mode 100644
index 0000000000..2ff8ff588c
--- /dev/null
+++ b/packages/unionfs/unionfs-modules_1.0.13.bb
@@ -0,0 +1,9 @@
+PARALLEL_MAKE = ""
+
+include unionfs-modules.inc
+
+KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
+
+do_compile() {
+ oe_runmake unionfs${KERNEL_MAJMIN}
+}