diff options
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod_git.bb')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index c55cbd3e1e..d4c21a4387 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
@@ -44,7 +44,7 @@ do_compile_ptest () { | |||
44 | oe_runmake buildtest-TESTS rootfs | 44 | oe_runmake buildtest-TESTS rootfs |
45 | } | 45 | } |
46 | 46 | ||
47 | INHIBIT_PACKAGE_STRIP = "${@base_contains("DISTRO_FEATURES", "ptest", "1", "0", d)}" | 47 | INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", "1", "0", d)}" |
48 | INSANE_SKIP_${PN}-ptest = "arch" | 48 | INSANE_SKIP_${PN}-ptest = "arch" |
49 | 49 | ||
50 | inherit update-alternatives | 50 | inherit update-alternatives |