aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unionfs/unionfs-modules_1.0.13.bb
blob: c5140fea833fe19bfd2a0e06bc921a1e1e0c8003 (plain)
1
2
3
4
5
6
7
8
9
10
11
FILE_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}
}