From: Robert Yang Date: Mon, 9 May 2016 09:32:33 +0000 (-0700) Subject: linux-dummy: set INHIBIT_DEFAULT_DEPS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc7036e8bcddb1d29739ebd4c75b150283a10ec0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-dummy: set INHIBIT_DEFAULT_DEPS It doesn't need them. Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index cc0e4e64a9c..994ac7459f9 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb @@ -18,6 +18,8 @@ FILES_kernel-modules = "" ALLOW_EMPTY_kernel-modules = "1" DESCRIPTION_kernel-modules = "Kernel modules meta package" +INHIBIT_DEFAULT_DEPS = "1" + #COMPATIBLE_MACHINE = "your_machine" PR = "r1"