summaryrefslogtreecommitdiff
path: root/recipes/unionfs/unionfs-modules_1.0.13.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-10 15:34:42 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-10 16:08:31 +0100
commit848d298214aa8bff16b5c929cb307ba778c59ee4 (patch)
treebd2e65496cd068004732f7107b7aab622078463d /recipes/unionfs/unionfs-modules_1.0.13.bb
parentc9157c4a6a756c3550dcd2a544155640dc4e4b85 (diff)
unionfs-modules: move to nonworking. Closes #1189
* These packages must have been non-compiling for about 3,5 years at least
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, 0 insertions, 11 deletions
diff --git a/recipes/unionfs/unionfs-modules_1.0.13.bb b/recipes/unionfs/unionfs-modules_1.0.13.bb
deleted file mode 100644
index 6a7d880720..0000000000
--- a/recipes/unionfs/unionfs-modules_1.0.13.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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}
-}