aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unionfs/unionfs-modules.inc
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.inc
parenta70352cd8553c441a562e55af1b164fe15f529d5 (diff)
downloadopenembedded-c33449c76b5725ef34e8aca57739b7908b4893d5.tar.gz
add unionfs modules and userland utilities 1.0.13
Diffstat (limited to 'packages/unionfs/unionfs-modules.inc')
-rw-r--r--packages/unionfs/unionfs-modules.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/unionfs/unionfs-modules.inc b/packages/unionfs/unionfs-modules.inc
index ceada47454..5e87288e48 100644
--- a/packages/unionfs/unionfs-modules.inc
+++ b/packages/unionfs/unionfs-modules.inc
@@ -3,6 +3,8 @@ 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}' \
@@ -13,6 +15,7 @@ EXTRA_OEMAKE = "'CC=${KERNEL_CC}' 'LD=${KERNEL_LD}' \
KCFLAGS = "-D__KERNEL__ -DMODULE -DFISTGEN \
-DUNIONFS_UNSUPPORTED -DNODEBUG \
-I. -I${STAGING_KERNEL_DIR}/include \
+ -DUNIONFS_VERSION=\"${PV}\" \
${CFLAGS}"
def get_flags(d, bb):