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