From 848d298214aa8bff16b5c929cb307ba778c59ee4 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 10 Jan 2010 15:34:42 +0100 Subject: unionfs-modules: move to nonworking. Closes #1189 * These packages must have been non-compiling for about 3,5 years at least --- recipes/unionfs/unionfs-modules.inc | 38 ------------------------------- recipes/unionfs/unionfs-modules_1.0.11.bb | 4 ---- recipes/unionfs/unionfs-modules_1.0.13.bb | 11 --------- 3 files changed, 53 deletions(-) delete mode 100644 recipes/unionfs/unionfs-modules.inc delete mode 100644 recipes/unionfs/unionfs-modules_1.0.11.bb delete mode 100644 recipes/unionfs/unionfs-modules_1.0.13.bb (limited to 'recipes/unionfs') diff --git a/recipes/unionfs/unionfs-modules.inc b/recipes/unionfs/unionfs-modules.inc deleted file mode 100644 index 5e87288e48..0000000000 --- a/recipes/unionfs/unionfs-modules.inc +++ /dev/null @@ -1,38 +0,0 @@ -unionutils = "unionctl uniondbg" - -include unionfs.inc -inherit module - -SECTION = "kernel/modules" - -EXTRA_OEMAKE = "'CC=${KERNEL_CC}' 'LD=${KERNEL_LD}' \ - 'KERNELVER=${KERNEL_VERSION}' \ - 'LINUXSRC=${STAGING_KERNEL_DIR}' \ - 'CROSS_COMPILE=${TARGET_PREFIX}' \ - 'OS=${TARGET_OS}' \ - ${@get_flags(d, bb)}" - -KCFLAGS = "-D__KERNEL__ -DMODULE -DFISTGEN \ - -DUNIONFS_UNSUPPORTED -DNODEBUG \ - -I. -I${STAGING_KERNEL_DIR}/include \ - -DUNIONFS_VERSION=\"${PV}\" \ - ${CFLAGS}" - -def get_flags(d, bb): - ret = "" - if bb.data.getVar('KERNEL_OBJECT_SUFFIX', d, 1) == '.ko': - return "'EXTRA_CFLAGS=%s'" % bb.data.getVar('KCFLAGS', d, 1) - return "'CFLAGS=%s'" % bb.data.getVar('KCFLAGS', d, 1) - -do_compile () { - unset LDFLAGS - oe_runmake unionfs${KERNEL_OBJECT_SUFFIX} -} - -do_install () { - install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/fs - install -m 0644 unionfs${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/fs/ - - install -d ${D}${mandir}/man4 - install -m 0644 man/unionfs.4 ${D}${mandir}/man4/ -} diff --git a/recipes/unionfs/unionfs-modules_1.0.11.bb b/recipes/unionfs/unionfs-modules_1.0.11.bb deleted file mode 100644 index c9ca1d130d..0000000000 --- a/recipes/unionfs/unionfs-modules_1.0.11.bb +++ /dev/null @@ -1,4 +0,0 @@ -require unionfs-modules.inc -require unionfs.inc - -SRC_URI += "file://make.patch;patch=1" 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} -} -- cgit 1.2.3-korg